#255f8f color space conversions
Hex:
        #255f8f
        RGB:
        37, 95, 143
        CMY:
        85, 63, 44
        CMYK:
        74, 34, 0, 44
      HSL:
        207°, 58.8889%, 35.2941%
        HSV (HSB):
        207°, 74.1259%, 56.0784%
        XYZ:
        9.8131, 10.5609, 27.5079
        xyY:
        0.2049, 0.2206, 10.5609
      CIE-Lab:
        38.8309, -1.7771, -31.8976
        CIE-LCH:
        38.8309, 31.9470, 266.8111
        CIE-Luv:
        38.8309, -20.8484, -45.0693
        Hunter-Lab:
        32.4975, -2.9702, -27.4383
      #255f8f color charts
#255f8f RGB chart
      #255f8f CMYK chart
      #255f8f RGB pie chart
      #255f8f color shades, tints & tones
#255f8f color schemes
#255f8f color preview, HTML & CSS examples
           This text has a color of #255f8f        
        
          <p style="color:#255f8f;">Text here</p>
        
        
          .mytext {color:#255f8f;}
        
        Text color #255f8f
      
           This box has a color of #255f8f        
        
          <div style="background-color:#255f8f;">Content here</div>
        
        
          .mybackground {background-color:#255f8f;}
        
        Background color #255f8f
      
           Border around this has a color of #255f8f        
        
          <div style="border:2px solid #255f8f;">Content here</div>
        
        
          .myborder {border:2px solid #255f8f;}
        
        Border color #255f8f