Html Css Color HEX #376DDB Royal Blue

📋 copy color: '#376DDB'

red 55 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #376DDB

Tints of Royal Blue #376DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

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

R = 14.36%
G = 28.46%
B = 57.18%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#376DDB (or 0x376DDB) is known color: Royal Blue. HEX triplet: 37, 6D and DB. RGB value is (55,109,219). Sum of RGB (Red+Green+Blue) = 55+109+219=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #376DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DDB is #C89224. Grayscale: #686868. Windows color (decimal): -13144613 or 14380343. OLE color: 14380343.

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

Color convert

RGB 55 109 219 -
CMYK 0.75 0.50 0 0.14
HSL 220.24º 0.69% 0.54% -
HSV(B) 220.24º 0.75% 0.86% -
XYZ 19.83 16.86 69.23 -
YUV 105.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 55 109 219 0.75 0.50 0 0.14 220.24 0.69 0.54
Hex 37 6D DB 4B 32 0 E DC 45 36
Octal 67 155 333 113 62 0 16 334 105 66
Binary 110111 1101101 11011011 1001011 110010 0 1110 11011100 1000101 110110

Color Harmonies of #376DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DDB

Black with #376DDB

Text Example


Text Example

White with #376DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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