Shades of Royal Blue #3577DA
Tints of Royal Blue #3577DA
RGB
CMYK
RGB Variations
Color information
#3577DA (or 0x3577DA) is known color: Royal Blue. HEX triplet: 35, 77 and DA. RGB value is (53,119,218). Sum of RGB (Red+Green+Blue) = 53+119+218=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #3577DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3577DA is #CA8825. Grayscale: #6E6E6E. Windows color (decimal): -13273126 or 14317365. OLE color: 14317365.
HSL color Cylindrical-coordinate representation of color #3577DA: hue angle of 216º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3577DA is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 119 | 218 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.15 |
| HSL | 216º | 0.69% | 0.53% | - |
| HSV(B) | 216º | 0.76% | 0.85% | - |
| XYZ | 20.72 | 19.01 | 68.91 | - |
| YUV | 110.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 218 | 0.76 | 0.45 | 0 | 0.15 | 216 | 0.69 | 0.53 |
| Hex | 35 | 77 | DA | 4C | 2D | 0 | F | D8 | 45 | 35 |
| Octal | 65 | 167 | 332 | 114 | 55 | 0 | 17 | 330 | 105 | 65 |
| Binary | 110101 | 1110111 | 11011010 | 1001100 | 101101 | 0 | 1111 | 11011000 | 1000101 | 110101 |
Color Harmonies of #3577DA
Complementary color
Monochromatic Colors of #3577DA
Black with #3577DA
Text Example
Text Example
White with #3577DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3577DA; }
p { color: rgb(53,119,218); }
H1.HeaderClassName
{
color: #3577DA;
}
.AnyTagClassName
{
color: #3577DA;
}
</style>
background-color css
<style>
a { background-color: #3577DA; }
a { background-color: rgb(53,119,218); }
div.DivClassName
{
background-color: #3577DA;
}
.BgClassName
{
background-color: #3577DA;
}
</style>
border-color css
<style>
span { border-color: #3577DA; }
span { border-color: rgb(53,119,218); }
td.TdClassName
{
border-color: #3577DA;
}
.TagClassName
{
border-color: #3577DA;
}
</style>