#2a3fed color space conversions
Hex:
        #2a3fed
        RGB:
        42, 63, 237
        CMY:
        84, 75, 7
        CMYK:
        82, 73, 0, 7
      HSL:
        234°, 84.4156%, 54.7059%
        HSV (HSB):
        234°, 82.2785%, 92.9412%
        XYZ:
        18.0184, 10.1617, 81.1325
        xyY:
        0.1648, 0.0930, 10.1617
      CIE-Lab:
        38.1311, 53.9062, -87.9889
        CIE-LCH:
        38.1311, 103.1888, 301.4936
        CIE-Luv:
        38.1311, -11.7392, -122.6100
        Hunter-Lab:
        31.8774, 45.1101, -128.5873
      #2a3fed color charts
#2a3fed RGB chart
      #2a3fed CMYK chart
      #2a3fed RGB pie chart
      #2a3fed color shades, tints & tones
#2a3fed color schemes
#2a3fed color preview, HTML & CSS examples
           This text has a color of #2a3fed        
        
          <p style="color:#2a3fed;">Text here</p>
        
        
          .mytext {color:#2a3fed;}
        
        Text color #2a3fed
      
           This box has a color of #2a3fed        
        
          <div style="background-color:#2a3fed;">Content here</div>
        
        
          .mybackground {background-color:#2a3fed;}
        
        Background color #2a3fed
      
           Border around this has a color of #2a3fed        
        
          <div style="border:2px solid #2a3fed;">Content here</div>
        
        
          .myborder {border:2px solid #2a3fed;}
        
        Border color #2a3fed