Shades of Royal Blue #377BDB
Tints of Royal Blue #377BDB
RGB
CMYK
RGB Variations
Color information
#377BDB (or 0x377BDB) is known color: Royal Blue. HEX triplet: 37, 7B and DB. RGB value is (55,123,219). Sum of RGB (Red+Green+Blue) = 55+123+219=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #377BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BDB is #C88424. Grayscale: #717171. Windows color (decimal): -13141029 or 14383927. OLE color: 14383927.
HSL color Cylindrical-coordinate representation of color #377BDB: hue angle of 215.12º 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 #377BDB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 123 | 219 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.14 |
| HSL | 215.12º | 0.69% | 0.54% | - |
| HSV(B) | 215.12º | 0.75% | 0.86% | - |
| XYZ | 21.44 | 20.09 | 69.77 | - |
| YUV | 113.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 219 | 0.75 | 0.44 | 0 | 0.14 | 215.12 | 0.69 | 0.54 |
| Hex | 37 | 7B | DB | 4B | 2C | 0 | E | D7 | 45 | 36 |
| Octal | 67 | 173 | 333 | 113 | 54 | 0 | 16 | 327 | 105 | 66 |
| Binary | 110111 | 1111011 | 11011011 | 1001011 | 101100 | 0 | 1110 | 11010111 | 1000101 | 110110 |
Color Harmonies of #377BDB
Complementary color
Monochromatic Colors of #377BDB
Black with #377BDB
Text Example
Text Example
White with #377BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BDB; }
p { color: rgb(55,123,219); }
H1.HeaderClassName
{
color: #377BDB;
}
.AnyTagClassName
{
color: #377BDB;
}
</style>
background-color css
<style>
a { background-color: #377BDB; }
a { background-color: rgb(55,123,219); }
div.DivClassName
{
background-color: #377BDB;
}
.BgClassName
{
background-color: #377BDB;
}
</style>
border-color css
<style>
span { border-color: #377BDB; }
span { border-color: rgb(55,123,219); }
td.TdClassName
{
border-color: #377BDB;
}
.TagClassName
{
border-color: #377BDB;
}
</style>