#354ccd color space conversions
Hex:
        #354ccd
        RGB:
        53, 76, 205
        CMY:
        79, 70, 20
        CMYK:
        74, 63, 0, 20
      HSL:
        231°, 60.3175%, 50.5882%
        HSV (HSB):
        231°, 74.1463%, 80.3922%
        XYZ:
        15.0721, 10.3335, 58.9578
        xyY:
        0.1787, 0.1225, 10.3335
      CIE-Lab:
        38.4345, 36.0020, -69.1609
        CIE-LCH:
        38.4345, 77.9704, 297.4994
        CIE-Luv:
        38.4345, -12.0278, -100.0695
        Hunter-Lab:
        32.1458, 27.4374, -86.2401
      #354ccd color charts
#354ccd RGB chart
      #354ccd CMYK chart
      #354ccd RGB pie chart
      #354ccd color shades, tints & tones
#354ccd color schemes
#354ccd color preview, HTML & CSS examples
           This text has a color of #354ccd        
        
          <p style="color:#354ccd;">Text here</p>
        
        
          .mytext {color:#354ccd;}
        
        Text color #354ccd
      
           This box has a color of #354ccd        
        
          <div style="background-color:#354ccd;">Content here</div>
        
        
          .mybackground {background-color:#354ccd;}
        
        Background color #354ccd
      
           Border around this has a color of #354ccd        
        
          <div style="border:2px solid #354ccd;">Content here</div>
        
        
          .myborder {border:2px solid #354ccd;}
        
        Border color #354ccd