#2003ac color space conversions
Hex:
        #2003ac
        RGB:
        32, 3, 172
        CMY:
        87, 99, 33
        CMYK:
        81, 98, 0, 33
      HSL:
        250°, 96.5714%, 34.3137%
        HSV (HSB):
        250°, 98.2558%, 67.4510%
        XYZ:
        8.0746, 3.3508, 39.2509
        xyY:
        0.1593, 0.0661, 3.3508
      CIE-Lab:
        21.3972, 58.6070, -77.8619
        CIE-LCH:
        21.3972, 97.4539, 306.9689
        CIE-Luv:
        21.3972, -4.0106, -82.6360
        Hunter-Lab:
        18.3051, 46.7049, -114.3198
      #2003ac color charts
#2003ac RGB chart
      #2003ac CMYK chart
      #2003ac RGB pie chart
      #2003ac color shades, tints & tones
#2003ac color schemes
#2003ac color preview, HTML & CSS examples
           This text has a color of #2003ac        
        
          <p style="color:#2003ac;">Text here</p>
        
        
          .mytext {color:#2003ac;}
        
        Text color #2003ac
      
           This box has a color of #2003ac        
        
          <div style="background-color:#2003ac;">Content here</div>
        
        
          .mybackground {background-color:#2003ac;}
        
        Background color #2003ac
      
           Border around this has a color of #2003ac        
        
          <div style="border:2px solid #2003ac;">Content here</div>
        
        
          .myborder {border:2px solid #2003ac;}
        
        Border color #2003ac