Shades of Royal Blue #3560E6
Tints of Royal Blue #3560E6
RGB
CMYK
RGB Variations
Color information
#3560E6 (or 0x3560E6) is known color: Royal Blue. HEX triplet: 35, 60 and E6. RGB value is (53,96,230). Sum of RGB (Red+Green+Blue) = 53+96+230=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #3560E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3560E6 is #CA9F19. Grayscale: #616161. Windows color (decimal): -13279002 or 15097909. OLE color: 15097909.
HSL color Cylindrical-coordinate representation of color #3560E6: hue angle of 225.42º 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 #3560E6 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 96 | 230 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.10 |
| HSL | 225.42º | 0.78% | 0.55% | - |
| HSV(B) | 225.42º | 0.77% | 0.9% | - |
| XYZ | 19.93 | 14.84 | 76.68 | - |
| YUV | 98.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 230 | 0.77 | 0.58 | 0 | 0.10 | 225.42 | 0.78 | 0.55 |
| Hex | 35 | 60 | E6 | 4D | 3A | 0 | A | E1 | 4E | 37 |
| Octal | 65 | 140 | 346 | 115 | 72 | 0 | 12 | 341 | 116 | 67 |
| Binary | 110101 | 1100000 | 11100110 | 1001101 | 111010 | 0 | 1010 | 11100001 | 1001110 | 110111 |
Color Harmonies of #3560E6
Complementary color
Monochromatic Colors of #3560E6
Black with #3560E6
Text Example
Text Example
White with #3560E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3560E6; }
p { color: rgb(53,96,230); }
H1.HeaderClassName
{
color: #3560E6;
}
.AnyTagClassName
{
color: #3560E6;
}
</style>
background-color css
<style>
a { background-color: #3560E6; }
a { background-color: rgb(53,96,230); }
div.DivClassName
{
background-color: #3560E6;
}
.BgClassName
{
background-color: #3560E6;
}
</style>
border-color css
<style>
span { border-color: #3560E6; }
span { border-color: rgb(53,96,230); }
td.TdClassName
{
border-color: #3560E6;
}
.TagClassName
{
border-color: #3560E6;
}
</style>