Shades of Royal Blue #376CEF
Tints of Royal Blue #376CEF
RGB
CMYK
RGB Variations
Color information
#376CEF (or 0x376CEF) is known color: Royal Blue. HEX triplet: 37, 6C and EF. RGB value is (55,108,239). Sum of RGB (Red+Green+Blue) = 55+108+239=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #376CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376CEF is #C89310. Grayscale: #6A6A6A. Windows color (decimal): -13144849 or 15690807. OLE color: 15690807.
HSL color Cylindrical-coordinate representation of color #376CEF: hue angle of 222.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376CEF is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 108 | 239 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.06 |
| HSL | 222.72º | 0.85% | 0.58% | - |
| HSV(B) | 222.72º | 0.77% | 0.94% | - |
| XYZ | 22.52 | 17.77 | 83.9 | - |
| YUV | 107.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 239 | 0.77 | 0.55 | 0 | 0.06 | 222.72 | 0.85 | 0.58 |
| Hex | 37 | 6C | EF | 4D | 37 | 0 | 6 | DF | 55 | 3A |
| Octal | 67 | 154 | 357 | 115 | 67 | 0 | 6 | 337 | 125 | 72 |
| Binary | 110111 | 1101100 | 11101111 | 1001101 | 110111 | 0 | 110 | 11011111 | 1010101 | 111010 |
Color Harmonies of #376CEF
Complementary color
Monochromatic Colors of #376CEF
Black with #376CEF
Text Example
Text Example
White with #376CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CEF; }
p { color: rgb(55,108,239); }
H1.HeaderClassName
{
color: #376CEF;
}
.AnyTagClassName
{
color: #376CEF;
}
</style>
background-color css
<style>
a { background-color: #376CEF; }
a { background-color: rgb(55,108,239); }
div.DivClassName
{
background-color: #376CEF;
}
.BgClassName
{
background-color: #376CEF;
}
</style>
border-color css
<style>
span { border-color: #376CEF; }
span { border-color: rgb(55,108,239); }
td.TdClassName
{
border-color: #376CEF;
}
.TagClassName
{
border-color: #376CEF;
}
</style>