Shades of Royal Blue #3564FE
Tints of Royal Blue #3564FE
RGB
CMYK
RGB Variations
Color information
#3564FE (or 0x3564FE) is known color: Royal Blue. HEX triplet: 35, 64 and FE. RGB value is (53,100,254). Sum of RGB (Red+Green+Blue) = 53+100+254=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #3564FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3564FE is #CA9B01. Grayscale: #666666. Windows color (decimal): -13277954 or 16671797. OLE color: 16671797.
HSL color Cylindrical-coordinate representation of color #3564FE: hue angle of 225.97º 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 #3564FE is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 100 | 254 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.00 |
| HSL | 225.97º | 0.99% | 0.6% | - |
| HSV(B) | 225.97º | 0.79% | 1% | - |
| XYZ | 23.91 | 17.03 | 95.79 | - |
| YUV | 103.5 | 212.93 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 254 | 0.79 | 0.61 | 0 | 0.00 | 225.97 | 0.99 | 0.6 |
| Hex | 35 | 64 | FE | 4F | 3D | 0 | 0 | E2 | 63 | 3C |
| Octal | 65 | 144 | 376 | 117 | 75 | 0 | 0 | 342 | 143 | 74 |
| Binary | 110101 | 1100100 | 11111110 | 1001111 | 111101 | 0 | 0 | 11100010 | 1100011 | 111100 |
Color Harmonies of #3564FE
Complementary color
Monochromatic Colors of #3564FE
Black with #3564FE
Text Example
Text Example
White with #3564FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3564FE; }
p { color: rgb(53,100,254); }
H1.HeaderClassName
{
color: #3564FE;
}
.AnyTagClassName
{
color: #3564FE;
}
</style>
background-color css
<style>
a { background-color: #3564FE; }
a { background-color: rgb(53,100,254); }
div.DivClassName
{
background-color: #3564FE;
}
.BgClassName
{
background-color: #3564FE;
}
</style>
border-color css
<style>
span { border-color: #3564FE; }
span { border-color: rgb(53,100,254); }
td.TdClassName
{
border-color: #3564FE;
}
.TagClassName
{
border-color: #3564FE;
}
</style>