Html Css Color HEX #376CDB Royal Blue

📋 copy color: '#376CDB'

red 55 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #376CDB

Tints of Royal Blue #376CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 14.4%
G = 28.27%
B = 57.33%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#376CDB (or 0x376CDB) is known color: Royal Blue. HEX triplet: 37, 6C and DB. RGB value is (55,108,219). Sum of RGB (Red+Green+Blue) = 55+108+219=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #376CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDB is #C89324. Grayscale: #686868. Windows color (decimal): -13144869 or 14380087. OLE color: 14380087.

HSL color Cylindrical-coordinate representation of color #376CDB: hue angle of 220.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDB is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 108 219 -
CMYK 0.75 0.51 0 0.14
HSL 220.61º 0.69% 0.54% -
HSV(B) 220.61º 0.75% 0.86% -
XYZ 19.72 16.65 69.19 -
YUV 104.81 192.44 92.47 -
System Red Green Blue C M Y K H S L
Decimal 55 108 219 0.75 0.51 0 0.14 220.61 0.69 0.54
Hex 37 6C DB 4B 33 0 E DD 45 36
Octal 67 154 333 113 63 0 16 335 105 66
Binary 110111 1101100 11011011 1001011 110011 0 1110 11011101 1000101 110110

Color Harmonies of #376CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CDB

Black with #376CDB

Text Example


Text Example

White with #376CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,219); }

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

background-color css

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

 a { background-color: rgb(55,108,219); }

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

border-color css

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

 span { border-color: rgb(55,108,219); }

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