Html Css Color HEX #375AD8 Royal Blue

📋 copy color: '#375AD8'

red 55 ◦ green 90 ◦ blue 216

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

Shades of Royal Blue #375AD8

Tints of Royal Blue #375AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.83%

R = 15.24%
G = 24.93%
B = 59.83%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#375AD8 (or 0x375AD8) is known color: Royal Blue. HEX triplet: 37, 5A and D8. RGB value is (55,90,216). Sum of RGB (Red+Green+Blue) = 55+90+216=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #375AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AD8 is #C8A527. Grayscale: #5D5D5D. Windows color (decimal): -13149480 or 14178871. OLE color: 14178871.

HSL color Cylindrical-coordinate representation of color #375AD8: hue angle of 226.96º degrees, saturation: 0.67, 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 #375AD8 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 90 216 -
CMYK 0.75 0.58 0 0.15
HSL 226.96º 0.67% 0.53% -
HSV(B) 226.96º 0.75% 0.85% -
XYZ 17.63 13.08 66.56 -
YUV 93.9 196.9 100.25 -
System Red Green Blue C M Y K H S L
Decimal 55 90 216 0.75 0.58 0 0.15 226.96 0.67 0.53
Hex 37 5A D8 4B 3A 0 F E3 43 35
Octal 67 132 330 113 72 0 17 343 103 65
Binary 110111 1011010 11011000 1001011 111010 0 1111 11100011 1000011 110101

Color Harmonies of #375AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AD8

Black with #375AD8

Text Example


Text Example

White with #375AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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