Shades of Royal Blue #3576FF
Tints of Royal Blue #3576FF
RGB
CMYK
RGB Variations
Color information
#3576FF (or 0x3576FF) is known color: Royal Blue. HEX triplet: 35, 76 and FF. RGB value is (53,118,255). Sum of RGB (Red+Green+Blue) = 53+118+255=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #3576FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3576FF is #CA8900. Grayscale: #717171. Windows color (decimal): -13273345 or 16741941. OLE color: 16741941.
HSL color Cylindrical-coordinate representation of color #3576FF: hue angle of 220.69º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3576FF is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 118 | 255 | - |
| CMYK | 0.79 | 0.54 | 0 | 0 |
| HSL | 220.69º | 1% | 0.6% | - |
| HSV(B) | 220.69º | 0.79% | 1% | - |
| XYZ | 26 | 20.93 | 97.28 | - |
| YUV | 114.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 255 | 0.79 | 0.54 | 0 | 0 | 220.69 | 1 | 0.6 |
| Hex | 35 | 76 | FF | 4F | 36 | 0 | 0 | DD | 64 | 3C |
| Octal | 65 | 166 | 377 | 117 | 66 | 0 | 0 | 335 | 144 | 74 |
| Binary | 110101 | 1110110 | 11111111 | 1001111 | 110110 | 0 | 0 | 11011101 | 1100100 | 111100 |
Color Harmonies of #3576FF
Complementary color
Monochromatic Colors of #3576FF
Black with #3576FF
Text Example
Text Example
White with #3576FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3576FF; }
p { color: rgb(53,118,255); }
H1.HeaderClassName
{
color: #3576FF;
}
.AnyTagClassName
{
color: #3576FF;
}
</style>
background-color css
<style>
a { background-color: #3576FF; }
a { background-color: rgb(53,118,255); }
div.DivClassName
{
background-color: #3576FF;
}
.BgClassName
{
background-color: #3576FF;
}
</style>
border-color css
<style>
span { border-color: #3576FF; }
span { border-color: rgb(53,118,255); }
td.TdClassName
{
border-color: #3576FF;
}
.TagClassName
{
border-color: #3576FF;
}
</style>