#356dcd color space conversions
Hex:
        #356dcd
        RGB:
        53, 109, 205
        CMY:
        79, 57, 20
        CMYK:
        74, 47, 0, 20
      HSL:
        218°, 60.3175%, 50.5882%
        HSV (HSB):
        218°, 74.1463%, 80.3922%
        XYZ:
        17.9563, 16.1019, 59.9192
        xyY:
        0.1911, 0.1713, 16.1019
      CIE-Lab:
        47.1079, 14.8822, -55.0880
        CIE-LCH:
        47.1079, 57.0629, 285.1177
        CIE-Luv:
        47.1079, -21.0174, -84.7632
        Hunter-Lab:
        40.1272, 9.6532, -60.4446
      #356dcd color charts
#356dcd RGB chart
      #356dcd CMYK chart
      #356dcd RGB pie chart
      #356dcd color shades, tints & tones
#356dcd color schemes
#356dcd color preview, HTML & CSS examples
           This text has a color of #356dcd        
        
          <p style="color:#356dcd;">Text here</p>
        
        
          .mytext {color:#356dcd;}
        
        Text color #356dcd
      
           This box has a color of #356dcd        
        
          <div style="background-color:#356dcd;">Content here</div>
        
        
          .mybackground {background-color:#356dcd;}
        
        Background color #356dcd
      
           Border around this has a color of #356dcd        
        
          <div style="border:2px solid #356dcd;">Content here</div>
        
        
          .myborder {border:2px solid #356dcd;}
        
        Border color #356dcd