Shades of Royal Blue #376ADB
Tints of Royal Blue #376ADB
RGB
CMYK
RGB Variations
Color information
#376ADB (or 0x376ADB) is known color: Royal Blue. HEX triplet: 37, 6A and DB. RGB value is (55,106,219). Sum of RGB (Red+Green+Blue) = 55+106+219=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #376ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ADB is #C89524. Grayscale: #676767. Windows color (decimal): -13145381 or 14379575. OLE color: 14379575.
HSL color Cylindrical-coordinate representation of color #376ADB: hue angle of 221.34º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376ADB is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 106 | 219 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.14 |
| HSL | 221.34º | 0.69% | 0.54% | - |
| HSV(B) | 221.34º | 0.75% | 0.86% | - |
| XYZ | 19.52 | 16.23 | 69.12 | - |
| YUV | 103.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 219 | 0.75 | 0.52 | 0 | 0.14 | 221.34 | 0.69 | 0.54 |
| Hex | 37 | 6A | DB | 4B | 34 | 0 | E | DD | 45 | 36 |
| Octal | 67 | 152 | 333 | 113 | 64 | 0 | 16 | 335 | 105 | 66 |
| Binary | 110111 | 1101010 | 11011011 | 1001011 | 110100 | 0 | 1110 | 11011101 | 1000101 | 110110 |
Color Harmonies of #376ADB
Complementary color
Monochromatic Colors of #376ADB
Black with #376ADB
Text Example
Text Example
White with #376ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376ADB; }
p { color: rgb(55,106,219); }
H1.HeaderClassName
{
color: #376ADB;
}
.AnyTagClassName
{
color: #376ADB;
}
</style>
background-color css
<style>
a { background-color: #376ADB; }
a { background-color: rgb(55,106,219); }
div.DivClassName
{
background-color: #376ADB;
}
.BgClassName
{
background-color: #376ADB;
}
</style>
border-color css
<style>
span { border-color: #376ADB; }
span { border-color: rgb(55,106,219); }
td.TdClassName
{
border-color: #376ADB;
}
.TagClassName
{
border-color: #376ADB;
}
</style>