Shades of Royal Blue #3776DB
Tints of Royal Blue #3776DB
RGB
CMYK
RGB Variations
Color information
#3776DB (or 0x3776DB) is known color: Royal Blue. HEX triplet: 37, 76 and DB. RGB value is (55,118,219). Sum of RGB (Red+Green+Blue) = 55+118+219=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #3776DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776DB is #C88924. Grayscale: #6E6E6E. Windows color (decimal): -13142309 or 14382647. OLE color: 14382647.
HSL color Cylindrical-coordinate representation of color #3776DB: hue angle of 216.95º 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 #3776DB is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 118 | 219 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.14 |
| HSL | 216.95º | 0.69% | 0.54% | - |
| HSV(B) | 216.95º | 0.75% | 0.86% | - |
| XYZ | 20.84 | 18.88 | 69.56 | - |
| YUV | 110.68 | 189.13 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 219 | 0.75 | 0.46 | 0 | 0.14 | 216.95 | 0.69 | 0.54 |
| Hex | 37 | 76 | DB | 4B | 2E | 0 | E | D9 | 45 | 36 |
| Octal | 67 | 166 | 333 | 113 | 56 | 0 | 16 | 331 | 105 | 66 |
| Binary | 110111 | 1110110 | 11011011 | 1001011 | 101110 | 0 | 1110 | 11011001 | 1000101 | 110110 |
Color Harmonies of #3776DB
Complementary color
Monochromatic Colors of #3776DB
Black with #3776DB
Text Example
Text Example
White with #3776DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776DB; }
p { color: rgb(55,118,219); }
H1.HeaderClassName
{
color: #3776DB;
}
.AnyTagClassName
{
color: #3776DB;
}
</style>
background-color css
<style>
a { background-color: #3776DB; }
a { background-color: rgb(55,118,219); }
div.DivClassName
{
background-color: #3776DB;
}
.BgClassName
{
background-color: #3776DB;
}
</style>
border-color css
<style>
span { border-color: #3776DB; }
span { border-color: rgb(55,118,219); }
td.TdClassName
{
border-color: #3776DB;
}
.TagClassName
{
border-color: #3776DB;
}
</style>