Shades of Royal Blue #377ADB
Tints of Royal Blue #377ADB
RGB
CMYK
RGB Variations
Color information
#377ADB (or 0x377ADB) is known color: Royal Blue. HEX triplet: 37, 7A and DB. RGB value is (55,122,219). Sum of RGB (Red+Green+Blue) = 55+122+219=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #377ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADB is #C88524. Grayscale: #707070. Windows color (decimal): -13141285 or 14383671. OLE color: 14383671.
HSL color Cylindrical-coordinate representation of color #377ADB: hue angle of 215.49º 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 #377ADB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 122 | 219 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.14 |
| HSL | 215.49º | 0.69% | 0.54% | - |
| HSV(B) | 215.49º | 0.75% | 0.86% | - |
| XYZ | 21.32 | 19.85 | 69.72 | - |
| YUV | 113.03 | 187.8 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 219 | 0.75 | 0.44 | 0 | 0.14 | 215.49 | 0.69 | 0.54 |
| Hex | 37 | 7A | DB | 4B | 2C | 0 | E | D7 | 45 | 36 |
| Octal | 67 | 172 | 333 | 113 | 54 | 0 | 16 | 327 | 105 | 66 |
| Binary | 110111 | 1111010 | 11011011 | 1001011 | 101100 | 0 | 1110 | 11010111 | 1000101 | 110110 |
Color Harmonies of #377ADB
Complementary color
Monochromatic Colors of #377ADB
Black with #377ADB
Text Example
Text Example
White with #377ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ADB; }
p { color: rgb(55,122,219); }
H1.HeaderClassName
{
color: #377ADB;
}
.AnyTagClassName
{
color: #377ADB;
}
</style>
background-color css
<style>
a { background-color: #377ADB; }
a { background-color: rgb(55,122,219); }
div.DivClassName
{
background-color: #377ADB;
}
.BgClassName
{
background-color: #377ADB;
}
</style>
border-color css
<style>
span { border-color: #377ADB; }
span { border-color: rgb(55,122,219); }
td.TdClassName
{
border-color: #377ADB;
}
.TagClassName
{
border-color: #377ADB;
}
</style>