Shades of Royal Blue #3577DB
Tints of Royal Blue #3577DB
RGB
CMYK
RGB Variations
Color information
#3577DB (or 0x3577DB) is known color: Royal Blue. HEX triplet: 35, 77 and DB. RGB value is (53,119,219). Sum of RGB (Red+Green+Blue) = 53+119+219=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3577DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3577DB is #CA8824. Grayscale: #6E6E6E. Windows color (decimal): -13273125 or 14382901. OLE color: 14382901.
HSL color Cylindrical-coordinate representation of color #3577DB: hue angle of 216.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3577DB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 119 | 219 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.14 |
| HSL | 216.14º | 0.7% | 0.53% | - |
| HSV(B) | 216.14º | 0.76% | 0.86% | - |
| XYZ | 20.85 | 19.07 | 69.6 | - |
| YUV | 110.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 219 | 0.76 | 0.46 | 0 | 0.14 | 216.14 | 0.7 | 0.53 |
| Hex | 35 | 77 | DB | 4C | 2E | 0 | E | D8 | 46 | 35 |
| Octal | 65 | 167 | 333 | 114 | 56 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110101 | 1110111 | 11011011 | 1001100 | 101110 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3577DB
Complementary color
Monochromatic Colors of #3577DB
Black with #3577DB
Text Example
Text Example
White with #3577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3577DB; }
p { color: rgb(53,119,219); }
H1.HeaderClassName
{
color: #3577DB;
}
.AnyTagClassName
{
color: #3577DB;
}
</style>
background-color css
<style>
a { background-color: #3577DB; }
a { background-color: rgb(53,119,219); }
div.DivClassName
{
background-color: #3577DB;
}
.BgClassName
{
background-color: #3577DB;
}
</style>
border-color css
<style>
span { border-color: #3577DB; }
span { border-color: rgb(53,119,219); }
td.TdClassName
{
border-color: #3577DB;
}
.TagClassName
{
border-color: #3577DB;
}
</style>