Shades of Royal Blue #3579EF
Tints of Royal Blue #3579EF
RGB
CMYK
RGB Variations
Color information
#3579EF (or 0x3579EF) is known color: Royal Blue. HEX triplet: 35, 79 and EF. RGB value is (53,121,239). Sum of RGB (Red+Green+Blue) = 53+121+239=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #3579EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3579EF is #CA8610. Grayscale: #717171. Windows color (decimal): -13272593 or 15694133. OLE color: 15694133.
HSL color Cylindrical-coordinate representation of color #3579EF: hue angle of 218.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3579EF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 121 | 239 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.06 |
| HSL | 218.06º | 0.85% | 0.57% | - |
| HSV(B) | 218.06º | 0.78% | 0.94% | - |
| XYZ | 23.89 | 20.66 | 84.39 | - |
| YUV | 114.12 | 198.47 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 239 | 0.78 | 0.49 | 0 | 0.06 | 218.06 | 0.85 | 0.57 |
| Hex | 35 | 79 | EF | 4E | 31 | 0 | 6 | DA | 55 | 39 |
| Octal | 65 | 171 | 357 | 116 | 61 | 0 | 6 | 332 | 125 | 71 |
| Binary | 110101 | 1111001 | 11101111 | 1001110 | 110001 | 0 | 110 | 11011010 | 1010101 | 111001 |
Color Harmonies of #3579EF
Complementary color
Monochromatic Colors of #3579EF
Black with #3579EF
Text Example
Text Example
White with #3579EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3579EF; }
p { color: rgb(53,121,239); }
H1.HeaderClassName
{
color: #3579EF;
}
.AnyTagClassName
{
color: #3579EF;
}
</style>
background-color css
<style>
a { background-color: #3579EF; }
a { background-color: rgb(53,121,239); }
div.DivClassName
{
background-color: #3579EF;
}
.BgClassName
{
background-color: #3579EF;
}
</style>
border-color css
<style>
span { border-color: #3579EF; }
span { border-color: rgb(53,121,239); }
td.TdClassName
{
border-color: #3579EF;
}
.TagClassName
{
border-color: #3579EF;
}
</style>