#3b128b color space conversions
Hex:
        #3b128b
        RGB:
        59, 18, 139
        CMY:
        77, 93, 45
        CMYK:
        58, 87, 0, 45
      HSL:
        260°, 77.0701%, 30.7843%
        HSV (HSB):
        260°, 87.0504%, 54.5098%
        XYZ:
        6.6801, 3.2265, 24.6968
        xyY:
        0.1930, 0.0932, 3.2265
      CIE-Lab:
        20.9291, 47.1640, -58.3002
        CIE-LCH:
        20.9291, 74.9891, 308.9723
        CIE-Luv:
        20.9291, 2.4560, -66.2577
        Hunter-Lab:
        17.9625, 34.9489, -68.9448
      #3b128b color charts
#3b128b RGB chart
      #3b128b CMYK chart
      #3b128b RGB pie chart
      #3b128b color shades, tints & tones
#3b128b color schemes
#3b128b color preview, HTML & CSS examples
           This text has a color of #3b128b        
        
          <p style="color:#3b128b;">Text here</p>
        
        
          .mytext {color:#3b128b;}
        
        Text color #3b128b
      
           This box has a color of #3b128b        
        
          <div style="background-color:#3b128b;">Content here</div>
        
        
          .mybackground {background-color:#3b128b;}
        
        Background color #3b128b
      
           Border around this has a color of #3b128b        
        
          <div style="border:2px solid #3b128b;">Content here</div>
        
        
          .myborder {border:2px solid #3b128b;}
        
        Border color #3b128b