#2c2ace color space conversions
Hex:
        #2c2ace
        RGB:
        44, 42, 206
        CMY:
        83, 84, 19
        CMYK:
        79, 80, 0, 19
      HSL:
        241°, 66.1290%, 48.6275%
        HSV (HSB):
        241°, 79.6117%, 80.7843%
        XYZ:
        13.0072, 6.6476, 58.9901
        xyY:
        0.1654, 0.0845, 6.6476
      CIE-Lab:
        30.9909, 55.1162, -82.0245
        CIE-LCH:
        30.9909, 98.8222, 303.8991
        CIE-Luv:
        30.9909, -7.3480, -105.4789
        Hunter-Lab:
        25.7830, 44.9311, -117.6041
      #2c2ace color charts
#2c2ace RGB chart
      #2c2ace CMYK chart
      #2c2ace RGB pie chart
      #2c2ace color shades, tints & tones
#2c2ace color schemes
#2c2ace color preview, HTML & CSS examples
           This text has a color of #2c2ace        
        
          <p style="color:#2c2ace;">Text here</p>
        
        
          .mytext {color:#2c2ace;}
        
        Text color #2c2ace
      
           This box has a color of #2c2ace        
        
          <div style="background-color:#2c2ace;">Content here</div>
        
        
          .mybackground {background-color:#2c2ace;}
        
        Background color #2c2ace
      
           Border around this has a color of #2c2ace        
        
          <div style="border:2px solid #2c2ace;">Content here</div>
        
        
          .myborder {border:2px solid #2c2ace;}
        
        Border color #2c2ace