#2d2abc color space conversions
Hex:
        #2d2abc
        RGB:
        45, 42, 188
        CMY:
        82, 84, 26
        CMYK:
        76, 78, 0, 26
      HSL:
        241°, 63.4783%, 45.0980%
        HSV (HSB):
        241°, 77.6596%, 73.7255%
        XYZ:
        10.9873, 5.8447, 48.1260
        xyY:
        0.1691, 0.0900, 5.8447
      CIE-Lab:
        29.0171, 49.5287, -74.7322
        CIE-LCH:
        29.0171, 89.6549, 303.5344
        CIE-Luv:
        29.0171, -6.4150, -95.0219
        Hunter-Lab:
        24.1757, 38.8162, -101.1041
      #2d2abc color charts
#2d2abc RGB chart
      #2d2abc CMYK chart
      #2d2abc RGB pie chart
      #2d2abc color shades, tints & tones
#2d2abc color schemes
#2d2abc color preview, HTML & CSS examples
           This text has a color of #2d2abc        
        
          <p style="color:#2d2abc;">Text here</p>
        
        
          .mytext {color:#2d2abc;}
        
        Text color #2d2abc
      
           This box has a color of #2d2abc        
        
          <div style="background-color:#2d2abc;">Content here</div>
        
        
          .mybackground {background-color:#2d2abc;}
        
        Background color #2d2abc
      
           Border around this has a color of #2d2abc        
        
          <div style="border:2px solid #2d2abc;">Content here</div>
        
        
          .myborder {border:2px solid #2d2abc;}
        
        Border color #2d2abc