Shades of Royal Blue #376FEC
Tints of Royal Blue #376FEC
RGB
CMYK
RGB Variations
Color information
#376FEC (or 0x376FEC) is known color: Royal Blue. HEX triplet: 37, 6F and EC. RGB value is (55,111,236). Sum of RGB (Red+Green+Blue) = 55+111+236=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #376FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FEC is #C89013. Grayscale: #6B6B6B. Windows color (decimal): -13144084 or 15494967. OLE color: 15494967.
HSL color Cylindrical-coordinate representation of color #376FEC: hue angle of 221.44º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376FEC is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 111 | 236 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.07 |
| HSL | 221.44º | 0.83% | 0.57% | - |
| HSV(B) | 221.44º | 0.77% | 0.93% | - |
| XYZ | 22.4 | 18.24 | 81.7 | - |
| YUV | 108.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 236 | 0.77 | 0.53 | 0 | 0.07 | 221.44 | 0.83 | 0.57 |
| Hex | 37 | 6F | EC | 4D | 35 | 0 | 7 | DD | 53 | 39 |
| Octal | 67 | 157 | 354 | 115 | 65 | 0 | 7 | 335 | 123 | 71 |
| Binary | 110111 | 1101111 | 11101100 | 1001101 | 110101 | 0 | 111 | 11011101 | 1010011 | 111001 |
Color Harmonies of #376FEC
Complementary color
Monochromatic Colors of #376FEC
Black with #376FEC
Text Example
Text Example
White with #376FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FEC; }
p { color: rgb(55,111,236); }
H1.HeaderClassName
{
color: #376FEC;
}
.AnyTagClassName
{
color: #376FEC;
}
</style>
background-color css
<style>
a { background-color: #376FEC; }
a { background-color: rgb(55,111,236); }
div.DivClassName
{
background-color: #376FEC;
}
.BgClassName
{
background-color: #376FEC;
}
</style>
border-color css
<style>
span { border-color: #376FEC; }
span { border-color: rgb(55,111,236); }
td.TdClassName
{
border-color: #376FEC;
}
.TagClassName
{
border-color: #376FEC;
}
</style>