Shades of Royal Blue #376FD2
Tints of Royal Blue #376FD2
RGB
CMYK
RGB Variations
Color information
#376FD2 (or 0x376FD2) is known color: Royal Blue. HEX triplet: 37, 6F and D2. RGB value is (55,111,210). Sum of RGB (Red+Green+Blue) = 55+111+210=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #376FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FD2 is #C8902D. Grayscale: #696969. Windows color (decimal): -13144110 or 13791031. OLE color: 13791031.
HSL color Cylindrical-coordinate representation of color #376FD2: hue angle of 218.32º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376FD2 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 111 | 210 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.18 |
| HSL | 218.32º | 0.63% | 0.52% | - |
| HSV(B) | 218.32º | 0.74% | 0.82% | - |
| XYZ | 18.89 | 16.83 | 63.23 | - |
| YUV | 105.54 | 186.95 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 210 | 0.74 | 0.47 | 0 | 0.18 | 218.32 | 0.63 | 0.52 |
| Hex | 37 | 6F | D2 | 4A | 2F | 0 | 12 | DA | 3F | 34 |
| Octal | 67 | 157 | 322 | 112 | 57 | 0 | 22 | 332 | 77 | 64 |
| Binary | 110111 | 1101111 | 11010010 | 1001010 | 101111 | 0 | 10010 | 11011010 | 111111 | 110100 |
Color Harmonies of #376FD2
Complementary color
Monochromatic Colors of #376FD2
Black with #376FD2
Text Example
Text Example
White with #376FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FD2; }
p { color: rgb(55,111,210); }
H1.HeaderClassName
{
color: #376FD2;
}
.AnyTagClassName
{
color: #376FD2;
}
</style>
background-color css
<style>
a { background-color: #376FD2; }
a { background-color: rgb(55,111,210); }
div.DivClassName
{
background-color: #376FD2;
}
.BgClassName
{
background-color: #376FD2;
}
</style>
border-color css
<style>
span { border-color: #376FD2; }
span { border-color: rgb(55,111,210); }
td.TdClassName
{
border-color: #376FD2;
}
.TagClassName
{
border-color: #376FD2;
}
</style>