Html Css Color HEX #376DCC Royal Blue

📋 copy color: '#376DCC'

red 55 ◦ green 109 ◦ blue 204

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

Shades of Royal Blue #376DCC

Tints of Royal Blue #376DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 14.95%
G = 29.62%
B = 55.43%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#376DCC (or 0x376DCC) is known color: Royal Blue. HEX triplet: 37, 6D and CC. RGB value is (55,109,204). Sum of RGB (Red+Green+Blue) = 55+109+204=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #376DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DCC is #C89233. Grayscale: #676767. Windows color (decimal): -13144628 or 13397303. OLE color: 13397303.

HSL color Cylindrical-coordinate representation of color #376DCC: hue angle of 218.26º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376DCC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 109 204 -
CMYK 0.73 0.47 0 0.2
HSL 218.26º 0.59% 0.51% -
HSV(B) 218.26º 0.73% 0.8% -
XYZ 17.94 16.11 59.29 -
YUV 103.68 184.61 93.28 -
System Red Green Blue C M Y K H S L
Decimal 55 109 204 0.73 0.47 0 0.2 218.26 0.59 0.51
Hex 37 6D CC 49 2F 0 14 DA 3B 33
Octal 67 155 314 111 57 0 24 332 73 63
Binary 110111 1101101 11001100 1001001 101111 0 10100 11011010 111011 110011

Color Harmonies of #376DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DCC

Black with #376DCC

Text Example


Text Example

White with #376DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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