Shades of Royal Blue #376BDC
Tints of Royal Blue #376BDC
RGB
CMYK
RGB Variations
Color information
#376BDC (or 0x376BDC) is known color: Royal Blue. HEX triplet: 37, 6B and DC. RGB value is (55,107,220). Sum of RGB (Red+Green+Blue) = 55+107+220=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #376BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BDC is #C89423. Grayscale: #676767. Windows color (decimal): -13145124 or 14445367. OLE color: 14445367.
HSL color Cylindrical-coordinate representation of color #376BDC: hue angle of 221.09º 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 #376BDC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 107 | 220 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.14 |
| HSL | 221.09º | 0.7% | 0.54% | - |
| HSV(B) | 221.09º | 0.75% | 0.86% | - |
| XYZ | 19.75 | 16.49 | 69.85 | - |
| YUV | 104.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 220 | 0.75 | 0.51 | 0 | 0.14 | 221.09 | 0.7 | 0.54 |
| Hex | 37 | 6B | DC | 4B | 33 | 0 | E | DD | 46 | 36 |
| Octal | 67 | 153 | 334 | 113 | 63 | 0 | 16 | 335 | 106 | 66 |
| Binary | 110111 | 1101011 | 11011100 | 1001011 | 110011 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #376BDC
Complementary color
Monochromatic Colors of #376BDC
Black with #376BDC
Text Example
Text Example
White with #376BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BDC; }
p { color: rgb(55,107,220); }
H1.HeaderClassName
{
color: #376BDC;
}
.AnyTagClassName
{
color: #376BDC;
}
</style>
background-color css
<style>
a { background-color: #376BDC; }
a { background-color: rgb(55,107,220); }
div.DivClassName
{
background-color: #376BDC;
}
.BgClassName
{
background-color: #376BDC;
}
</style>
border-color css
<style>
span { border-color: #376BDC; }
span { border-color: rgb(55,107,220); }
td.TdClassName
{
border-color: #376BDC;
}
.TagClassName
{
border-color: #376BDC;
}
</style>