Html Css Color HEX #375ADF Royal Blue

📋 copy color: '#375ADF'

red 55 ◦ green 90 ◦ blue 223

#375ADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #375ADF

Tints of Royal Blue #375ADF

RGB

 RED value IS 55 (21.88% from 255) = 14.95%

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 14.95%
G = 24.46%
B = 60.6%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#375ADF (or 0x375ADF) is known color: Royal Blue. HEX triplet: 37, 5A and DF. RGB value is (55,90,223). Sum of RGB (Red+Green+Blue) = 55+90+223=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #375ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ADF is #C8A520. Grayscale: #5E5E5E. Windows color (decimal): -13149473 or 14637623. OLE color: 14637623.

HSL color Cylindrical-coordinate representation of color #375ADF: hue angle of 227.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375ADF is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 90 223 -
CMYK 0.75 0.60 0 0.13
HSL 227.5º 0.72% 0.55% -
HSV(B) 227.5º 0.75% 0.87% -
XYZ 18.55 13.45 71.43 -
YUV 94.7 200.4 99.69 -
System Red Green Blue C M Y K H S L
Decimal 55 90 223 0.75 0.60 0 0.13 227.5 0.72 0.55
Hex 37 5A DF 4B 3C 0 D E4 48 37
Octal 67 132 337 113 74 0 15 344 110 67
Binary 110111 1011010 11011111 1001011 111100 0 1101 11100100 1001000 110111

Color Harmonies of #375ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375ADF

Black with #375ADF

Text Example


Text Example

White with #375ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375ADF; }

 p { color: rgb(55,90,223); }

 H1.HeaderClassName
 {
   color: #375ADF;
 }
 .AnyTagClassName
 {
   color: #375ADF;
 }
</style>

background-color css

<style>
 a { background-color: #375ADF; }

 a { background-color: rgb(55,90,223); }

 div.DivClassName
 {
   background-color: #375ADF;
 }
 .BgClassName
 {
   background-color: #375ADF;
 }
</style>

border-color css

<style>
 span { border-color: #375ADF; }

 span { border-color: rgb(55,90,223); }

 td.TdClassName
 {
   border-color: #375ADF;
 }
 .TagClassName
 {
   border-color: #375ADF;
 }
</style>