Shades of Royal Blue #376ECB
Tints of Royal Blue #376ECB
RGB
CMYK
RGB Variations
Color information
#376ECB (or 0x376ECB) is known color: Royal Blue. HEX triplet: 37, 6E and CB. RGB value is (55,110,203). Sum of RGB (Red+Green+Blue) = 55+110+203=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #376ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ECB is #C89134. Grayscale: #676767. Windows color (decimal): -13144373 or 13332023. OLE color: 13332023.
HSL color Cylindrical-coordinate representation of color #376ECB: hue angle of 217.7º 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 #376ECB is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 110 | 203 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.20 |
| HSL | 217.7º | 0.59% | 0.51% | - |
| HSV(B) | 217.7º | 0.73% | 0.8% | - |
| XYZ | 17.93 | 16.28 | 58.7 | - |
| YUV | 104.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 203 | 0.73 | 0.46 | 0 | 0.20 | 217.7 | 0.59 | 0.51 |
| Hex | 37 | 6E | CB | 49 | 2E | 0 | 14 | DA | 3B | 33 |
| Octal | 67 | 156 | 313 | 111 | 56 | 0 | 24 | 332 | 73 | 63 |
| Binary | 110111 | 1101110 | 11001011 | 1001001 | 101110 | 0 | 10100 | 11011010 | 111011 | 110011 |
Color Harmonies of #376ECB
Complementary color
Monochromatic Colors of #376ECB
Black with #376ECB
Text Example
Text Example
White with #376ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376ECB; }
p { color: rgb(55,110,203); }
H1.HeaderClassName
{
color: #376ECB;
}
.AnyTagClassName
{
color: #376ECB;
}
</style>
background-color css
<style>
a { background-color: #376ECB; }
a { background-color: rgb(55,110,203); }
div.DivClassName
{
background-color: #376ECB;
}
.BgClassName
{
background-color: #376ECB;
}
</style>
border-color css
<style>
span { border-color: #376ECB; }
span { border-color: rgb(55,110,203); }
td.TdClassName
{
border-color: #376ECB;
}
.TagClassName
{
border-color: #376ECB;
}
</style>