Shades of Royal Blue #356AFE
Tints of Royal Blue #356AFE
RGB
CMYK
RGB Variations
Color information
#356AFE (or 0x356AFE) is known color: Royal Blue. HEX triplet: 35, 6A and FE. RGB value is (53,106,254). Sum of RGB (Red+Green+Blue) = 53+106+254=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #356AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AFE is #CA9501. Grayscale: #6A6A6A. Windows color (decimal): -13276418 or 16673333. OLE color: 16673333.
HSL color Cylindrical-coordinate representation of color #356AFE: hue angle of 224.18º 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 #356AFE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 106 | 254 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.00 |
| HSL | 224.18º | 0.99% | 0.6% | - |
| HSV(B) | 224.18º | 0.79% | 1% | - |
| XYZ | 24.51 | 18.22 | 95.99 | - |
| YUV | 107.03 | 210.94 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 254 | 0.79 | 0.58 | 0 | 0.00 | 224.18 | 0.99 | 0.6 |
| Hex | 35 | 6A | FE | 4F | 3A | 0 | 0 | E0 | 63 | 3C |
| Octal | 65 | 152 | 376 | 117 | 72 | 0 | 0 | 340 | 143 | 74 |
| Binary | 110101 | 1101010 | 11111110 | 1001111 | 111010 | 0 | 0 | 11100000 | 1100011 | 111100 |
Color Harmonies of #356AFE
Complementary color
Monochromatic Colors of #356AFE
Black with #356AFE
Text Example
Text Example
White with #356AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356AFE; }
p { color: rgb(53,106,254); }
H1.HeaderClassName
{
color: #356AFE;
}
.AnyTagClassName
{
color: #356AFE;
}
</style>
background-color css
<style>
a { background-color: #356AFE; }
a { background-color: rgb(53,106,254); }
div.DivClassName
{
background-color: #356AFE;
}
.BgClassName
{
background-color: #356AFE;
}
</style>
border-color css
<style>
span { border-color: #356AFE; }
span { border-color: rgb(53,106,254); }
td.TdClassName
{
border-color: #356AFE;
}
.TagClassName
{
border-color: #356AFE;
}
</style>