Shades of Royal Blue #356FFF
Tints of Royal Blue #356FFF
RGB
CMYK
RGB Variations
Color information
#356FFF (or 0x356FFF) is known color: Royal Blue. HEX triplet: 35, 6F and FF. RGB value is (53,111,255). Sum of RGB (Red+Green+Blue) = 53+111+255=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #356FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FFF is #CA9000. Grayscale: #6D6D6D. Windows color (decimal): -13275137 or 16740149. OLE color: 16740149.
HSL color Cylindrical-coordinate representation of color #356FFF: hue angle of 222.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356FFF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 111 | 255 | - |
| CMYK | 0.79 | 0.56 | 0 | 0 |
| HSL | 222.77º | 1% | 0.6% | - |
| HSV(B) | 222.77º | 0.79% | 1% | - |
| XYZ | 25.2 | 19.35 | 97.01 | - |
| YUV | 110.07 | 209.78 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 255 | 0.79 | 0.56 | 0 | 0 | 222.77 | 1 | 0.6 |
| Hex | 35 | 6F | FF | 4F | 38 | 0 | 0 | DF | 64 | 3C |
| Octal | 65 | 157 | 377 | 117 | 70 | 0 | 0 | 337 | 144 | 74 |
| Binary | 110101 | 1101111 | 11111111 | 1001111 | 111000 | 0 | 0 | 11011111 | 1100100 | 111100 |
Color Harmonies of #356FFF
Complementary color
Monochromatic Colors of #356FFF
Black with #356FFF
Text Example
Text Example
White with #356FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FFF; }
p { color: rgb(53,111,255); }
H1.HeaderClassName
{
color: #356FFF;
}
.AnyTagClassName
{
color: #356FFF;
}
</style>
background-color css
<style>
a { background-color: #356FFF; }
a { background-color: rgb(53,111,255); }
div.DivClassName
{
background-color: #356FFF;
}
.BgClassName
{
background-color: #356FFF;
}
</style>
border-color css
<style>
span { border-color: #356FFF; }
span { border-color: rgb(53,111,255); }
td.TdClassName
{
border-color: #356FFF;
}
.TagClassName
{
border-color: #356FFF;
}
</style>