Shades of Royal Blue #356EFA
Tints of Royal Blue #356EFA
RGB
CMYK
RGB Variations
Color information
#356EFA (or 0x356EFA) is known color: Royal Blue. HEX triplet: 35, 6E and FA. RGB value is (53,110,250). Sum of RGB (Red+Green+Blue) = 53+110+250=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #356EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EFA is #CA9105. Grayscale: #6C6C6C. Windows color (decimal): -13275398 or 16412213. OLE color: 16412213.
HSL color Cylindrical-coordinate representation of color #356EFA: hue angle of 222.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356EFA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 110 | 250 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.02 |
| HSL | 222.64º | 0.95% | 0.59% | - |
| HSV(B) | 222.64º | 0.79% | 0.98% | - |
| XYZ | 24.3 | 18.81 | 92.79 | - |
| YUV | 108.92 | 207.62 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 250 | 0.79 | 0.56 | 0 | 0.02 | 222.64 | 0.95 | 0.59 |
| Hex | 35 | 6E | FA | 4F | 38 | 0 | 2 | DF | 5F | 3B |
| Octal | 65 | 156 | 372 | 117 | 70 | 0 | 2 | 337 | 137 | 73 |
| Binary | 110101 | 1101110 | 11111010 | 1001111 | 111000 | 0 | 10 | 11011111 | 1011111 | 111011 |
Color Harmonies of #356EFA
Complementary color
Monochromatic Colors of #356EFA
Black with #356EFA
Text Example
Text Example
White with #356EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EFA; }
p { color: rgb(53,110,250); }
H1.HeaderClassName
{
color: #356EFA;
}
.AnyTagClassName
{
color: #356EFA;
}
</style>
background-color css
<style>
a { background-color: #356EFA; }
a { background-color: rgb(53,110,250); }
div.DivClassName
{
background-color: #356EFA;
}
.BgClassName
{
background-color: #356EFA;
}
</style>
border-color css
<style>
span { border-color: #356EFA; }
span { border-color: rgb(53,110,250); }
td.TdClassName
{
border-color: #356EFA;
}
.TagClassName
{
border-color: #356EFA;
}
</style>