Shades of Royal Blue #3560FE
Tints of Royal Blue #3560FE
RGB
CMYK
RGB Variations
Color information
#3560FE (or 0x3560FE) is known color: Royal Blue. HEX triplet: 35, 60 and FE. RGB value is (53,96,254). Sum of RGB (Red+Green+Blue) = 53+96+254=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #3560FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3560FE is #CA9F01. Grayscale: #646464. Windows color (decimal): -13278978 or 16670773. OLE color: 16670773.
HSL color Cylindrical-coordinate representation of color #3560FE: hue angle of 227.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3560FE is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 96 | 254 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.00 |
| HSL | 227.16º | 0.99% | 0.6% | - |
| HSV(B) | 227.16º | 0.79% | 1% | - |
| XYZ | 23.54 | 16.28 | 95.67 | - |
| YUV | 101.16 | 214.25 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 254 | 0.79 | 0.62 | 0 | 0.00 | 227.16 | 0.99 | 0.6 |
| Hex | 35 | 60 | FE | 4F | 3E | 0 | 0 | E3 | 63 | 3C |
| Octal | 65 | 140 | 376 | 117 | 76 | 0 | 0 | 343 | 143 | 74 |
| Binary | 110101 | 1100000 | 11111110 | 1001111 | 111110 | 0 | 0 | 11100011 | 1100011 | 111100 |
Color Harmonies of #3560FE
Complementary color
Monochromatic Colors of #3560FE
Black with #3560FE
Text Example
Text Example
White with #3560FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3560FE; }
p { color: rgb(53,96,254); }
H1.HeaderClassName
{
color: #3560FE;
}
.AnyTagClassName
{
color: #3560FE;
}
</style>
background-color css
<style>
a { background-color: #3560FE; }
a { background-color: rgb(53,96,254); }
div.DivClassName
{
background-color: #3560FE;
}
.BgClassName
{
background-color: #3560FE;
}
</style>
border-color css
<style>
span { border-color: #3560FE; }
span { border-color: rgb(53,96,254); }
td.TdClassName
{
border-color: #3560FE;
}
.TagClassName
{
border-color: #3560FE;
}
</style>