Shades of Royal Blue #356EFC
Tints of Royal Blue #356EFC
RGB
CMYK
RGB Variations
Color information
#356EFC (or 0x356EFC) is known color: Royal Blue. HEX triplet: 35, 6E and FC. RGB value is (53,110,252). Sum of RGB (Red+Green+Blue) = 53+110+252=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #356EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EFC is #CA9103. Grayscale: #6C6C6C. Windows color (decimal): -13275396 or 16543285. OLE color: 16543285.
HSL color Cylindrical-coordinate representation of color #356EFC: hue angle of 222.81º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356EFC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 110 | 252 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.01 |
| HSL | 222.81º | 0.97% | 0.6% | - |
| HSV(B) | 222.81º | 0.79% | 0.99% | - |
| XYZ | 24.61 | 18.94 | 94.45 | - |
| YUV | 109.15 | 208.62 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 252 | 0.79 | 0.56 | 0 | 0.01 | 222.81 | 0.97 | 0.6 |
| Hex | 35 | 6E | FC | 4F | 38 | 0 | 1 | DF | 61 | 3C |
| Octal | 65 | 156 | 374 | 117 | 70 | 0 | 1 | 337 | 141 | 74 |
| Binary | 110101 | 1101110 | 11111100 | 1001111 | 111000 | 0 | 1 | 11011111 | 1100001 | 111100 |
Color Harmonies of #356EFC
Complementary color
Monochromatic Colors of #356EFC
Black with #356EFC
Text Example
Text Example
White with #356EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EFC; }
p { color: rgb(53,110,252); }
H1.HeaderClassName
{
color: #356EFC;
}
.AnyTagClassName
{
color: #356EFC;
}
</style>
background-color css
<style>
a { background-color: #356EFC; }
a { background-color: rgb(53,110,252); }
div.DivClassName
{
background-color: #356EFC;
}
.BgClassName
{
background-color: #356EFC;
}
</style>
border-color css
<style>
span { border-color: #356EFC; }
span { border-color: rgb(53,110,252); }
td.TdClassName
{
border-color: #356EFC;
}
.TagClassName
{
border-color: #356EFC;
}
</style>