Shades of Royal Blue #376EDC
Tints of Royal Blue #376EDC
RGB
CMYK
RGB Variations
Color information
#376EDC (or 0x376EDC) is known color: 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
| RGB | 55 | 110 | 220 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.14 |
| HSL | 220º | 0.7% | 0.54% | - |
| HSV(B) | 220º | 0.75% | 0.86% | - |
| XYZ | 20.07 | 17.13 | 69.96 | - |
| YUV | 106.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 220 | 0.75 | 0.50 | 0 | 0.14 | 220 | 0.7 | 0.54 |
| Hex | 37 | 6E | DC | 4B | 32 | 0 | E | DC | 46 | 36 |
| Octal | 67 | 156 | 334 | 113 | 62 | 0 | 16 | 334 | 106 | 66 |
| Binary | 110111 | 1101110 | 11011100 | 1001011 | 110010 | 0 | 1110 | 11011100 | 1000110 | 110110 |
Color Harmonies of #376EDC
Complementary color
Monochromatic Colors of #376EDC
Black with #376EDC
Text Example
Text Example
White with #376EDC
Text Example
Text Example
HTML Codes & Css Web 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>