Html Css Color HEX #375AD9 Royal Blue

📋 copy color: '#375AD9'

red 55 ◦ green 90 ◦ blue 217

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

Shades of Royal Blue #375AD9

Tints of Royal Blue #375AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 59.94%

R = 15.19%
G = 24.86%
B = 59.94%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#375AD9 (or 0x375AD9) is known color: Royal Blue. HEX triplet: 37, 5A and D9. RGB value is (55,90,217). Sum of RGB (Red+Green+Blue) = 55+90+217=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #375AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AD9 is #C8A526. Grayscale: #5D5D5D. Windows color (decimal): -13149479 or 14244407. OLE color: 14244407.

HSL color Cylindrical-coordinate representation of color #375AD9: hue angle of 227.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375AD9 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 90 217 -
CMYK 0.75 0.59 0 0.15
HSL 227.04º 0.68% 0.53% -
HSV(B) 227.04º 0.75% 0.85% -
XYZ 17.76 13.13 67.24 -
YUV 94.01 197.4 100.17 -
System Red Green Blue C M Y K H S L
Decimal 55 90 217 0.75 0.59 0 0.15 227.04 0.68 0.53
Hex 37 5A D9 4B 3B 0 F E3 44 35
Octal 67 132 331 113 73 0 17 343 104 65
Binary 110111 1011010 11011001 1001011 111011 0 1111 11100011 1000100 110101

Color Harmonies of #375AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AD9

Black with #375AD9

Text Example


Text Example

White with #375AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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