#2234bc color space conversions
Hex:
        #2234bc
        RGB:
        34, 52, 188
        CMY:
        87, 80, 26
        CMYK:
        82, 72, 0, 26
      HSL:
        233°, 69.3694%, 43.5294%
        HSV (HSB):
        233°, 81.9149%, 73.7255%
        XYZ:
        10.9648, 6.4269, 48.2396
        xyY:
        0.1671, 0.0979, 6.4269
      CIE-Lab:
        30.4649, 43.1220, -72.3557
        CIE-LCH:
        30.4649, 84.2310, 300.7937
        CIE-Luv:
        30.4649, -9.4479, -94.6083
        Hunter-Lab:
        25.3513, 32.8387, -95.0735
      #2234bc color charts
#2234bc RGB chart
      #2234bc CMYK chart
      #2234bc RGB pie chart
      #2234bc color shades, tints & tones
#2234bc color schemes
#2234bc color preview, HTML & CSS examples
           This text has a color of #2234bc        
        
          <p style="color:#2234bc;">Text here</p>
        
        
          .mytext {color:#2234bc;}
        
        Text color #2234bc
      
           This box has a color of #2234bc        
        
          <div style="background-color:#2234bc;">Content here</div>
        
        
          .mybackground {background-color:#2234bc;}
        
        Background color #2234bc
      
           Border around this has a color of #2234bc        
        
          <div style="border:2px solid #2234bc;">Content here</div>
        
        
          .myborder {border:2px solid #2234bc;}
        
        Border color #2234bc