Shades of Royal Blue #376FCE
Tints of Royal Blue #376FCE
RGB
CMYK
RGB Variations
Color information
#376FCE (or 0x376FCE) is known color: Royal Blue. HEX triplet: 37, 6F and CE. RGB value is (55,111,206). Sum of RGB (Red+Green+Blue) = 55+111+206=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #376FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FCE is #C89031. Grayscale: #686868. Windows color (decimal): -13144114 or 13528887. OLE color: 13528887.
HSL color Cylindrical-coordinate representation of color #376FCE: hue angle of 217.75º 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 #376FCE is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 111 | 206 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.19 |
| HSL | 217.75º | 0.61% | 0.51% | - |
| HSV(B) | 217.75º | 0.73% | 0.81% | - |
| XYZ | 18.4 | 16.64 | 60.63 | - |
| YUV | 105.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 206 | 0.73 | 0.46 | 0 | 0.19 | 217.75 | 0.61 | 0.51 |
| Hex | 37 | 6F | CE | 49 | 2E | 0 | 13 | DA | 3D | 33 |
| Octal | 67 | 157 | 316 | 111 | 56 | 0 | 23 | 332 | 75 | 63 |
| Binary | 110111 | 1101111 | 11001110 | 1001001 | 101110 | 0 | 10011 | 11011010 | 111101 | 110011 |
Color Harmonies of #376FCE
Complementary color
Monochromatic Colors of #376FCE
Black with #376FCE
Text Example
Text Example
White with #376FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FCE; }
p { color: rgb(55,111,206); }
H1.HeaderClassName
{
color: #376FCE;
}
.AnyTagClassName
{
color: #376FCE;
}
</style>
background-color css
<style>
a { background-color: #376FCE; }
a { background-color: rgb(55,111,206); }
div.DivClassName
{
background-color: #376FCE;
}
.BgClassName
{
background-color: #376FCE;
}
</style>
border-color css
<style>
span { border-color: #376FCE; }
span { border-color: rgb(55,111,206); }
td.TdClassName
{
border-color: #376FCE;
}
.TagClassName
{
border-color: #376FCE;
}
</style>