Shades of Royal Blue #3572E6
Tints of Royal Blue #3572E6
RGB
CMYK
RGB Variations
Color information
#3572E6 (or 0x3572E6) is known color: Royal Blue. HEX triplet: 35, 72 and E6. RGB value is (53,114,230). Sum of RGB (Red+Green+Blue) = 53+114+230=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #3572E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3572E6 is #CA8D19. Grayscale: #6C6C6C. Windows color (decimal): -13274394 or 15102517. OLE color: 15102517.
HSL color Cylindrical-coordinate representation of color #3572E6: hue angle of 219.32º degrees, saturation: 0.78, 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 #3572E6 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 114 | 230 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.10 |
| HSL | 219.32º | 0.78% | 0.55% | - |
| HSV(B) | 219.32º | 0.77% | 0.9% | - |
| XYZ | 21.77 | 18.5 | 77.29 | - |
| YUV | 108.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 230 | 0.77 | 0.50 | 0 | 0.10 | 219.32 | 0.78 | 0.55 |
| Hex | 35 | 72 | E6 | 4D | 32 | 0 | A | DB | 4E | 37 |
| Octal | 65 | 162 | 346 | 115 | 62 | 0 | 12 | 333 | 116 | 67 |
| Binary | 110101 | 1110010 | 11100110 | 1001101 | 110010 | 0 | 1010 | 11011011 | 1001110 | 110111 |
Color Harmonies of #3572E6
Complementary color
Monochromatic Colors of #3572E6
Black with #3572E6
Text Example
Text Example
White with #3572E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3572E6; }
p { color: rgb(53,114,230); }
H1.HeaderClassName
{
color: #3572E6;
}
.AnyTagClassName
{
color: #3572E6;
}
</style>
background-color css
<style>
a { background-color: #3572E6; }
a { background-color: rgb(53,114,230); }
div.DivClassName
{
background-color: #3572E6;
}
.BgClassName
{
background-color: #3572E6;
}
</style>
border-color css
<style>
span { border-color: #3572E6; }
span { border-color: rgb(53,114,230); }
td.TdClassName
{
border-color: #3572E6;
}
.TagClassName
{
border-color: #3572E6;
}
</style>