Shades of Royal Blue #3578E5
Tints of Royal Blue #3578E5
RGB
CMYK
RGB Variations
Color information
#3578E5 (or 0x3578E5) is known color: Royal Blue. HEX triplet: 35, 78 and E5. RGB value is (53,120,229). Sum of RGB (Red+Green+Blue) = 53+120+229=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #3578E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3578E5 is #CA871A. Grayscale: #6F6F6F. Windows color (decimal): -13272859 or 15038517. OLE color: 15038517.
HSL color Cylindrical-coordinate representation of color #3578E5: hue angle of 217.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3578E5 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 120 | 229 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.10 |
| HSL | 217.16º | 0.77% | 0.55% | - |
| HSV(B) | 217.16º | 0.77% | 0.9% | - |
| XYZ | 22.33 | 19.85 | 76.78 | - |
| YUV | 112.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 229 | 0.77 | 0.48 | 0 | 0.10 | 217.16 | 0.77 | 0.55 |
| Hex | 35 | 78 | E5 | 4D | 30 | 0 | A | D9 | 4D | 37 |
| Octal | 65 | 170 | 345 | 115 | 60 | 0 | 12 | 331 | 115 | 67 |
| Binary | 110101 | 1111000 | 11100101 | 1001101 | 110000 | 0 | 1010 | 11011001 | 1001101 | 110111 |
Color Harmonies of #3578E5
Complementary color
Monochromatic Colors of #3578E5
Black with #3578E5
Text Example
Text Example
White with #3578E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3578E5; }
p { color: rgb(53,120,229); }
H1.HeaderClassName
{
color: #3578E5;
}
.AnyTagClassName
{
color: #3578E5;
}
</style>
background-color css
<style>
a { background-color: #3578E5; }
a { background-color: rgb(53,120,229); }
div.DivClassName
{
background-color: #3578E5;
}
.BgClassName
{
background-color: #3578E5;
}
</style>
border-color css
<style>
span { border-color: #3578E5; }
span { border-color: rgb(53,120,229); }
td.TdClassName
{
border-color: #3578E5;
}
.TagClassName
{
border-color: #3578E5;
}
</style>