Shades of Royal Blue #377EDB
Tints of Royal Blue #377EDB
RGB
CMYK
RGB Variations
Color information
#377EDB (or 0x377EDB) is known color: Royal Blue. HEX triplet: 37, 7E and DB. RGB value is (55,126,219). Sum of RGB (Red+Green+Blue) = 55+126+219=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #377EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EDB is #C88124. Grayscale: #727272. Windows color (decimal): -13140261 or 14384695. OLE color: 14384695.
HSL color Cylindrical-coordinate representation of color #377EDB: hue angle of 214.02º 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 #377EDB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 126 | 219 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.14 |
| HSL | 214.02º | 0.69% | 0.54% | - |
| HSV(B) | 214.02º | 0.75% | 0.86% | - |
| XYZ | 21.82 | 20.85 | 69.89 | - |
| YUV | 115.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 219 | 0.75 | 0.42 | 0 | 0.14 | 214.02 | 0.69 | 0.54 |
| Hex | 37 | 7E | DB | 4B | 2A | 0 | E | D6 | 45 | 36 |
| Octal | 67 | 176 | 333 | 113 | 52 | 0 | 16 | 326 | 105 | 66 |
| Binary | 110111 | 1111110 | 11011011 | 1001011 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110110 |
Color Harmonies of #377EDB
Complementary color
Monochromatic Colors of #377EDB
Black with #377EDB
Text Example
Text Example
White with #377EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EDB; }
p { color: rgb(55,126,219); }
H1.HeaderClassName
{
color: #377EDB;
}
.AnyTagClassName
{
color: #377EDB;
}
</style>
background-color css
<style>
a { background-color: #377EDB; }
a { background-color: rgb(55,126,219); }
div.DivClassName
{
background-color: #377EDB;
}
.BgClassName
{
background-color: #377EDB;
}
</style>
border-color css
<style>
span { border-color: #377EDB; }
span { border-color: rgb(55,126,219); }
td.TdClassName
{
border-color: #377EDB;
}
.TagClassName
{
border-color: #377EDB;
}
</style>