#376EDC

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

Shades of Royal Blue #376EDC

Tints of Royal Blue #376EDC

Color information

#376EDC (or 0x376EDC) is unknown color: approx Royal Blue. HEX triplet: 37, 6E and DC. RGB value is (55,110,220). Sum of RGB (Red+Green+Blue) = 55+110+220=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #376EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EDC is #C89123. Grayscale: #696969. Windows color (decimal): -13144356 or 14446135. OLE color: 14446135.

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

Color convert

RGB55110220-
CMYK0.750.5000.14
HSL220º70.21%53.92%-
HSV(B)220º75%86.27%-
XYZ20.0717.1369.96-
YUV106.09192.2891.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.29%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 57.14%
R=14.29%
G=28.57%
B=57.14%

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
Decimal551102200.750.5000.1422070.2153.92
Hex376EDC4B320Edc4636
Octal671563341136201633410666
Binary110111110111011011100100101111001001110110111001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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