Html Css Color HEX #376BD7 Royal Blue

📋 copy color: '#376BD7'

red 55 ◦ green 107 ◦ blue 215

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

Shades of Royal Blue #376BD7

Tints of Royal Blue #376BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.38%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 14.59%
G = 28.38%
B = 57.03%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#376BD7 (or 0x376BD7) is known color: Royal Blue. HEX triplet: 37, 6B and D7. RGB value is (55,107,215). Sum of RGB (Red+Green+Blue) = 55+107+215=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #376BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BD7 is #C89428. Grayscale: #676767. Windows color (decimal): -13145129 or 14117687. OLE color: 14117687.

HSL color Cylindrical-coordinate representation of color #376BD7: hue angle of 220.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376BD7 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 107 215 -
CMYK 0.74 0.50 0 0.16
HSL 220.5º 0.67% 0.53% -
HSV(B) 220.5º 0.74% 0.84% -
XYZ 19.1 16.23 66.42 -
YUV 103.76 190.77 93.22 -
System Red Green Blue C M Y K H S L
Decimal 55 107 215 0.74 0.50 0 0.16 220.5 0.67 0.53
Hex 37 6B D7 4A 32 0 10 DC 43 35
Octal 67 153 327 112 62 0 20 334 103 65
Binary 110111 1101011 11010111 1001010 110010 0 10000 11011100 1000011 110101

Color Harmonies of #376BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BD7

Black with #376BD7

Text Example


Text Example

White with #376BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376BD7; }

 p { color: rgb(55,107,215); }

 H1.HeaderClassName
 {
   color: #376BD7;
 }
 .AnyTagClassName
 {
   color: #376BD7;
 }
</style>

background-color css

<style>
 a { background-color: #376BD7; }

 a { background-color: rgb(55,107,215); }

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

border-color css

<style>
 span { border-color: #376BD7; }

 span { border-color: rgb(55,107,215); }

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