Html Css Color HEX #376FDB Royal Blue

📋 copy color: '#376FDB'

red 55 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #376FDB

Tints of Royal Blue #376FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

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

R = 14.29%
G = 28.83%
B = 56.88%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#376FDB (or 0x376FDB) is known color: Royal Blue. HEX triplet: 37, 6F and DB. RGB value is (55,111,219). Sum of RGB (Red+Green+Blue) = 55+111+219=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #376FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FDB is #C89024. Grayscale: #6A6A6A. Windows color (decimal): -13144101 or 14380855. OLE color: 14380855.

HSL color Cylindrical-coordinate representation of color #376FDB: hue angle of 219.51º 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 #376FDB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 111 219 -
CMYK 0.75 0.49 0 0.14
HSL 219.51º 0.69% 0.54% -
HSV(B) 219.51º 0.75% 0.86% -
XYZ 20.05 17.3 69.3 -
YUV 106.57 191.45 91.22 -
System Red Green Blue C M Y K H S L
Decimal 55 111 219 0.75 0.49 0 0.14 219.51 0.69 0.54
Hex 37 6F DB 4B 31 0 E DC 45 36
Octal 67 157 333 113 61 0 16 334 105 66
Binary 110111 1101111 11011011 1001011 110001 0 1110 11011100 1000101 110110

Color Harmonies of #376FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FDB

Black with #376FDB

Text Example


Text Example

White with #376FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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