#355bac color space conversions
Hex:
        #355bac
        RGB:
        53, 91, 172
        CMY:
        79, 64, 33
        CMYK:
        69, 47, 0, 33
      HSL:
        221°, 52.8889%, 44.1176%
        HSV (HSB):
        221°, 69.1860%, 67.4510%
        XYZ:
        12.6557, 11.2176, 40.5279
        xyY:
        0.1965, 0.1742, 11.2176
      CIE-Lab:
        39.9446, 14.1800, -47.4109
        CIE-LCH:
        39.9446, 49.4860, 286.6513
        CIE-Luv:
        39.9446, -15.8349, -69.8915
        Hunter-Lab:
        33.4927, 8.8364, -48.2991
      #355bac color charts
#355bac RGB chart
      #355bac CMYK chart
      #355bac RGB pie chart
      #355bac color shades, tints & tones
#355bac color schemes
#355bac color preview, HTML & CSS examples
           This text has a color of #355bac        
        
          <p style="color:#355bac;">Text here</p>
        
        
          .mytext {color:#355bac;}
        
        Text color #355bac
      
           This box has a color of #355bac        
        
          <div style="background-color:#355bac;">Content here</div>
        
        
          .mybackground {background-color:#355bac;}
        
        Background color #355bac
      
           Border around this has a color of #355bac        
        
          <div style="border:2px solid #355bac;">Content here</div>
        
        
          .myborder {border:2px solid #355bac;}
        
        Border color #355bac