#334eaf color space conversions
Hex:
        #334eaf
        RGB:
        51, 78, 175
        CMY:
        80, 69, 31
        CMYK:
        71, 55, 0, 31
      HSL:
        227°, 54.8673%, 44.3137%
        HSV (HSB):
        227°, 70.8571%, 68.6275%
        XYZ:
        11.8275, 9.2477, 41.7191
        xyY:
        0.1884, 0.1473, 9.2477
      CIE-Lab:
        36.4570, 23.5175, -54.8199
        CIE-LCH:
        36.4570, 59.6514, 293.2191
        CIE-Luv:
        36.4570, -12.4365, -78.8885
        Hunter-Lab:
        30.4101, 16.2069, -60.0518
      #334eaf color charts
#334eaf RGB chart
      #334eaf CMYK chart
      #334eaf RGB pie chart
      #334eaf color shades, tints & tones
#334eaf color schemes
#334eaf color preview, HTML & CSS examples
           This text has a color of #334eaf        
        
          <p style="color:#334eaf;">Text here</p>
        
        
          .mytext {color:#334eaf;}
        
        Text color #334eaf
      
           This box has a color of #334eaf        
        
          <div style="background-color:#334eaf;">Content here</div>
        
        
          .mybackground {background-color:#334eaf;}
        
        Background color #334eaf
      
           Border around this has a color of #334eaf        
        
          <div style="border:2px solid #334eaf;">Content here</div>
        
        
          .myborder {border:2px solid #334eaf;}
        
        Border color #334eaf