#376DDC

Color #376DDC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #376DDC

Tints of Royal Blue #376DDC

Color information

#376DDC (or 0x376DDC) is unknown color: approx Royal Blue. HEX triplet: 37, 6D and DC. RGB value is (55,109,220). Sum of RGB (Red+Green+Blue) = 55+109+220=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #376DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DDC is #C89223. Grayscale: #696969. Windows color (decimal): -13144612 or 14445879. OLE color: 14445879.

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

Color convert

RGB55109220-
CMYK0.750.5000.14
HSL220.36º70.21%53.92%-
HSV(B)220.36º75%86.27%-
XYZ19.9616.9269.92-
YUV105.51192.6191.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.32%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 220 (86.33% from 255) = 57.29%
R=14.32%
G=28.39%
B=57.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal551092200.750.5000.14220.3670.2153.92
Hex376DDC4B320Edc4636
Octal671553341136201633410666
Binary110111110110111011100100101111001001110110111001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #376DDC;
 }
 .AnyTagClassName
 {
   color: #376DDC;
 }
</style>
background-color css

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

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

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

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

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

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