Shades of Royal Blue #376FD5
Tints of Royal Blue #376FD5
RGB
CMYK
RGB Variations
Color information
#376FD5 (or 0x376FD5) is known color: Royal Blue. HEX triplet: 37, 6F and D5. RGB value is (55,111,213). Sum of RGB (Red+Green+Blue) = 55+111+213=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #376FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FD5 is #C8902A. Grayscale: #696969. Windows color (decimal): -13144107 or 13987639. OLE color: 13987639.
HSL color Cylindrical-coordinate representation of color #376FD5: hue angle of 218.73º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376FD5 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 111 | 213 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.16 |
| HSL | 218.73º | 0.65% | 0.53% | - |
| HSV(B) | 218.73º | 0.74% | 0.84% | - |
| XYZ | 19.27 | 16.99 | 65.21 | - |
| YUV | 105.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 213 | 0.74 | 0.48 | 0 | 0.16 | 218.73 | 0.65 | 0.53 |
| Hex | 37 | 6F | D5 | 4A | 30 | 0 | 10 | DB | 41 | 35 |
| Octal | 67 | 157 | 325 | 112 | 60 | 0 | 20 | 333 | 101 | 65 |
| Binary | 110111 | 1101111 | 11010101 | 1001010 | 110000 | 0 | 10000 | 11011011 | 1000001 | 110101 |
Color Harmonies of #376FD5
Complementary color
Monochromatic Colors of #376FD5
Black with #376FD5
Text Example
Text Example
White with #376FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FD5; }
p { color: rgb(55,111,213); }
H1.HeaderClassName
{
color: #376FD5;
}
.AnyTagClassName
{
color: #376FD5;
}
</style>
background-color css
<style>
a { background-color: #376FD5; }
a { background-color: rgb(55,111,213); }
div.DivClassName
{
background-color: #376FD5;
}
.BgClassName
{
background-color: #376FD5;
}
</style>
border-color css
<style>
span { border-color: #376FD5; }
span { border-color: rgb(55,111,213); }
td.TdClassName
{
border-color: #376FD5;
}
.TagClassName
{
border-color: #376FD5;
}
</style>