Shades of Royal Blue #376ECE
Tints of Royal Blue #376ECE
RGB
CMYK
RGB Variations
Color information
#376ECE (or 0x376ECE) is known color: Royal Blue. HEX triplet: 37, 6E and CE. RGB value is (55,110,206). Sum of RGB (Red+Green+Blue) = 55+110+206=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #376ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ECE is #C89131. Grayscale: #686868. Windows color (decimal): -13144370 or 13528631. OLE color: 13528631.
HSL color Cylindrical-coordinate representation of color #376ECE: hue angle of 218.15º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376ECE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 110 | 206 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.19 |
| HSL | 218.15º | 0.61% | 0.51% | - |
| HSV(B) | 218.15º | 0.73% | 0.81% | - |
| XYZ | 18.29 | 16.42 | 60.6 | - |
| YUV | 104.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 206 | 0.73 | 0.47 | 0 | 0.19 | 218.15 | 0.61 | 0.51 |
| Hex | 37 | 6E | CE | 49 | 2F | 0 | 13 | DA | 3D | 33 |
| Octal | 67 | 156 | 316 | 111 | 57 | 0 | 23 | 332 | 75 | 63 |
| Binary | 110111 | 1101110 | 11001110 | 1001001 | 101111 | 0 | 10011 | 11011010 | 111101 | 110011 |
Color Harmonies of #376ECE
Complementary color
Monochromatic Colors of #376ECE
Black with #376ECE
Text Example
Text Example
White with #376ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376ECE; }
p { color: rgb(55,110,206); }
H1.HeaderClassName
{
color: #376ECE;
}
.AnyTagClassName
{
color: #376ECE;
}
</style>
background-color css
<style>
a { background-color: #376ECE; }
a { background-color: rgb(55,110,206); }
div.DivClassName
{
background-color: #376ECE;
}
.BgClassName
{
background-color: #376ECE;
}
</style>
border-color css
<style>
span { border-color: #376ECE; }
span { border-color: rgb(55,110,206); }
td.TdClassName
{
border-color: #376ECE;
}
.TagClassName
{
border-color: #376ECE;
}
</style>