Shades of Royal Blue #356FFC
Tints of Royal Blue #356FFC
RGB
CMYK
RGB Variations
Color information
#356FFC (or 0x356FFC) is known color: Royal Blue. HEX triplet: 35, 6F and FC. RGB value is (53,111,252). Sum of RGB (Red+Green+Blue) = 53+111+252=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #356FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FFC is #CA9003. Grayscale: #6D6D6D. Windows color (decimal): -13275140 or 16543541. OLE color: 16543541.
HSL color Cylindrical-coordinate representation of color #356FFC: hue angle of 222.51º 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 #356FFC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 111 | 252 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.01 |
| HSL | 222.51º | 0.97% | 0.6% | - |
| HSV(B) | 222.51º | 0.79% | 0.99% | - |
| XYZ | 24.72 | 19.15 | 94.49 | - |
| YUV | 109.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 252 | 0.79 | 0.56 | 0 | 0.01 | 222.51 | 0.97 | 0.6 |
| Hex | 35 | 6F | FC | 4F | 38 | 0 | 1 | DF | 61 | 3C |
| Octal | 65 | 157 | 374 | 117 | 70 | 0 | 1 | 337 | 141 | 74 |
| Binary | 110101 | 1101111 | 11111100 | 1001111 | 111000 | 0 | 1 | 11011111 | 1100001 | 111100 |
Color Harmonies of #356FFC
Complementary color
Monochromatic Colors of #356FFC
Black with #356FFC
Text Example
Text Example
White with #356FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FFC; }
p { color: rgb(53,111,252); }
H1.HeaderClassName
{
color: #356FFC;
}
.AnyTagClassName
{
color: #356FFC;
}
</style>
background-color css
<style>
a { background-color: #356FFC; }
a { background-color: rgb(53,111,252); }
div.DivClassName
{
background-color: #356FFC;
}
.BgClassName
{
background-color: #356FFC;
}
</style>
border-color css
<style>
span { border-color: #356FFC; }
span { border-color: rgb(53,111,252); }
td.TdClassName
{
border-color: #356FFC;
}
.TagClassName
{
border-color: #356FFC;
}
</style>