Shades of Royal Blue #376ECF
Tints of Royal Blue #376ECF
RGB
CMYK
RGB Variations
Color information
#376ECF (or 0x376ECF) is known color: Royal Blue. HEX triplet: 37, 6E and CF. RGB value is (55,110,207). Sum of RGB (Red+Green+Blue) = 55+110+207=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #376ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ECF is #C89130. Grayscale: #686868. Windows color (decimal): -13144369 or 13594167. OLE color: 13594167.
HSL color Cylindrical-coordinate representation of color #376ECF: hue angle of 218.29º 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 #376ECF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 110 | 207 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.19 |
| HSL | 218.29º | 0.61% | 0.51% | - |
| HSV(B) | 218.29º | 0.73% | 0.81% | - |
| XYZ | 18.41 | 16.47 | 61.24 | - |
| YUV | 104.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 207 | 0.73 | 0.47 | 0 | 0.19 | 218.29 | 0.61 | 0.51 |
| Hex | 37 | 6E | CF | 49 | 2F | 0 | 13 | DA | 3D | 33 |
| Octal | 67 | 156 | 317 | 111 | 57 | 0 | 23 | 332 | 75 | 63 |
| Binary | 110111 | 1101110 | 11001111 | 1001001 | 101111 | 0 | 10011 | 11011010 | 111101 | 110011 |
Color Harmonies of #376ECF
Complementary color
Monochromatic Colors of #376ECF
Black with #376ECF
Text Example
Text Example
White with #376ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376ECF; }
p { color: rgb(55,110,207); }
H1.HeaderClassName
{
color: #376ECF;
}
.AnyTagClassName
{
color: #376ECF;
}
</style>
background-color css
<style>
a { background-color: #376ECF; }
a { background-color: rgb(55,110,207); }
div.DivClassName
{
background-color: #376ECF;
}
.BgClassName
{
background-color: #376ECF;
}
</style>
border-color css
<style>
span { border-color: #376ECF; }
span { border-color: rgb(55,110,207); }
td.TdClassName
{
border-color: #376ECF;
}
.TagClassName
{
border-color: #376ECF;
}
</style>