#365fdc color space conversions
Hex:
        #365fdc
        RGB:
        54, 95, 220
        CMY:
        79, 63, 14
        CMYK:
        75, 57, 0, 14
      HSL:
        225°, 70.3390%, 53.7255%
        HSV (HSB):
        225°, 75.4545%, 86.2745%
        XYZ:
        18.5318, 14.1360, 69.4619
        xyY:
        0.1815, 0.1384, 14.1360
      CIE-Lab:
        44.4273, 29.4695, -67.9855
        CIE-LCH:
        44.4273, 74.0978, 293.4352
        CIE-Luv:
        44.4273, -16.7311, -103.0961
        Hunter-Lab:
        37.5979, 22.1855, -83.2196
      #365fdc color charts
#365fdc RGB chart
      #365fdc CMYK chart
      #365fdc RGB pie chart
      #365fdc color shades, tints & tones
#365fdc color schemes
#365fdc color preview, HTML & CSS examples
           This text has a color of #365fdc        
        
          <p style="color:#365fdc;">Text here</p>
        
        
          .mytext {color:#365fdc;}
        
        Text color #365fdc
      
           This box has a color of #365fdc        
        
          <div style="background-color:#365fdc;">Content here</div>
        
        
          .mybackground {background-color:#365fdc;}
        
        Background color #365fdc
      
           Border around this has a color of #365fdc        
        
          <div style="border:2px solid #365fdc;">Content here</div>
        
        
          .myborder {border:2px solid #365fdc;}
        
        Border color #365fdc