Shades of Royal Blue #376BD8
Tints of Royal Blue #376BD8
RGB
CMYK
RGB Variations
Color information
#376BD8 (or 0x376BD8) is known color: Royal Blue. HEX triplet: 37, 6B and D8. RGB value is (55,107,216). Sum of RGB (Red+Green+Blue) = 55+107+216=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #376BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BD8 is #C89427. Grayscale: #676767. Windows color (decimal): -13145128 or 14183223. OLE color: 14183223.
HSL color Cylindrical-coordinate representation of color #376BD8: hue angle of 220.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376BD8 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 107 | 216 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.15 |
| HSL | 220.62º | 0.67% | 0.53% | - |
| HSV(B) | 220.62º | 0.75% | 0.85% | - |
| XYZ | 19.23 | 16.29 | 67.1 | - |
| YUV | 103.88 | 191.27 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 216 | 0.75 | 0.50 | 0 | 0.15 | 220.62 | 0.67 | 0.53 |
| Hex | 37 | 6B | D8 | 4B | 32 | 0 | F | DD | 43 | 35 |
| Octal | 67 | 153 | 330 | 113 | 62 | 0 | 17 | 335 | 103 | 65 |
| Binary | 110111 | 1101011 | 11011000 | 1001011 | 110010 | 0 | 1111 | 11011101 | 1000011 | 110101 |
Color Harmonies of #376BD8
Complementary color
Monochromatic Colors of #376BD8
Black with #376BD8
Text Example
Text Example
White with #376BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BD8; }
p { color: rgb(55,107,216); }
H1.HeaderClassName
{
color: #376BD8;
}
.AnyTagClassName
{
color: #376BD8;
}
</style>
background-color css
<style>
a { background-color: #376BD8; }
a { background-color: rgb(55,107,216); }
div.DivClassName
{
background-color: #376BD8;
}
.BgClassName
{
background-color: #376BD8;
}
</style>
border-color css
<style>
span { border-color: #376BD8; }
span { border-color: rgb(55,107,216); }
td.TdClassName
{
border-color: #376BD8;
}
.TagClassName
{
border-color: #376BD8;
}
</style>