Shades of Royal Blue #3770DB
Tints of Royal Blue #3770DB
RGB
CMYK
RGB Variations
Color information
#3770DB (or 0x3770DB) is known color: Royal Blue. HEX triplet: 37, 70 and DB. RGB value is (55,112,219). Sum of RGB (Red+Green+Blue) = 55+112+219=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3770DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770DB is #C88F24. Grayscale: #6A6A6A. Windows color (decimal): -13143845 or 14381111. OLE color: 14381111.
HSL color Cylindrical-coordinate representation of color #3770DB: hue angle of 219.15º 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 #3770DB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 112 | 219 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.14 |
| HSL | 219.15º | 0.69% | 0.54% | - |
| HSV(B) | 219.15º | 0.75% | 0.86% | - |
| XYZ | 20.16 | 17.52 | 69.34 | - |
| YUV | 107.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 219 | 0.75 | 0.49 | 0 | 0.14 | 219.15 | 0.69 | 0.54 |
| Hex | 37 | 70 | DB | 4B | 31 | 0 | E | DB | 45 | 36 |
| Octal | 67 | 160 | 333 | 113 | 61 | 0 | 16 | 333 | 105 | 66 |
| Binary | 110111 | 1110000 | 11011011 | 1001011 | 110001 | 0 | 1110 | 11011011 | 1000101 | 110110 |
Color Harmonies of #3770DB
Complementary color
Monochromatic Colors of #3770DB
Black with #3770DB
Text Example
Text Example
White with #3770DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770DB; }
p { color: rgb(55,112,219); }
H1.HeaderClassName
{
color: #3770DB;
}
.AnyTagClassName
{
color: #3770DB;
}
</style>
background-color css
<style>
a { background-color: #3770DB; }
a { background-color: rgb(55,112,219); }
div.DivClassName
{
background-color: #3770DB;
}
.BgClassName
{
background-color: #3770DB;
}
</style>
border-color css
<style>
span { border-color: #3770DB; }
span { border-color: rgb(55,112,219); }
td.TdClassName
{
border-color: #3770DB;
}
.TagClassName
{
border-color: #3770DB;
}
</style>