Shades of Royal Blue #376CE2
Tints of Royal Blue #376CE2
RGB
CMYK
RGB Variations
Color information
#376CE2 (or 0x376CE2) is known color: Royal Blue. HEX triplet: 37, 6C and E2. RGB value is (55,108,226). Sum of RGB (Red+Green+Blue) = 55+108+226=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #376CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CE2 is #C8931D. Grayscale: #696969. Windows color (decimal): -13144862 or 14838839. OLE color: 14838839.
HSL color Cylindrical-coordinate representation of color #376CE2: hue angle of 221.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376CE2 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 108 | 226 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.11 |
| HSL | 221.4º | 0.75% | 0.55% | - |
| HSV(B) | 221.4º | 0.76% | 0.89% | - |
| XYZ | 20.67 | 17.03 | 74.15 | - |
| YUV | 105.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 226 | 0.76 | 0.52 | 0 | 0.11 | 221.4 | 0.75 | 0.55 |
| Hex | 37 | 6C | E2 | 4C | 34 | 0 | B | DD | 4B | 37 |
| Octal | 67 | 154 | 342 | 114 | 64 | 0 | 13 | 335 | 113 | 67 |
| Binary | 110111 | 1101100 | 11100010 | 1001100 | 110100 | 0 | 1011 | 11011101 | 1001011 | 110111 |
Color Harmonies of #376CE2
Complementary color
Monochromatic Colors of #376CE2
Black with #376CE2
Text Example
Text Example
White with #376CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CE2; }
p { color: rgb(55,108,226); }
H1.HeaderClassName
{
color: #376CE2;
}
.AnyTagClassName
{
color: #376CE2;
}
</style>
background-color css
<style>
a { background-color: #376CE2; }
a { background-color: rgb(55,108,226); }
div.DivClassName
{
background-color: #376CE2;
}
.BgClassName
{
background-color: #376CE2;
}
</style>
border-color css
<style>
span { border-color: #376CE2; }
span { border-color: rgb(55,108,226); }
td.TdClassName
{
border-color: #376CE2;
}
.TagClassName
{
border-color: #376CE2;
}
</style>