Shades of Royal Blue #356AD6
Tints of Royal Blue #356AD6
RGB
CMYK
RGB Variations
Color information
#356AD6 (or 0x356AD6) is known color: Royal Blue. HEX triplet: 35, 6A and D6. RGB value is (53,106,214). Sum of RGB (Red+Green+Blue) = 53+106+214=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #356AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356AD6 is #CA9529. Grayscale: #656565. Windows color (decimal): -13276458 or 14051893. OLE color: 14051893.
HSL color Cylindrical-coordinate representation of color #356AD6: hue angle of 220.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356AD6 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 106 | 214 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.16 |
| HSL | 220.25º | 0.66% | 0.52% | - |
| HSV(B) | 220.25º | 0.75% | 0.84% | - |
| XYZ | 18.76 | 15.92 | 65.7 | - |
| YUV | 102.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 214 | 0.75 | 0.50 | 0 | 0.16 | 220.25 | 0.66 | 0.52 |
| Hex | 35 | 6A | D6 | 4B | 32 | 0 | 10 | DC | 42 | 34 |
| Octal | 65 | 152 | 326 | 113 | 62 | 0 | 20 | 334 | 102 | 64 |
| Binary | 110101 | 1101010 | 11010110 | 1001011 | 110010 | 0 | 10000 | 11011100 | 1000010 | 110100 |
Color Harmonies of #356AD6
Complementary color
Monochromatic Colors of #356AD6
Black with #356AD6
Text Example
Text Example
White with #356AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356AD6; }
p { color: rgb(53,106,214); }
H1.HeaderClassName
{
color: #356AD6;
}
.AnyTagClassName
{
color: #356AD6;
}
</style>
background-color css
<style>
a { background-color: #356AD6; }
a { background-color: rgb(53,106,214); }
div.DivClassName
{
background-color: #356AD6;
}
.BgClassName
{
background-color: #356AD6;
}
</style>
border-color css
<style>
span { border-color: #356AD6; }
span { border-color: rgb(53,106,214); }
td.TdClassName
{
border-color: #356AD6;
}
.TagClassName
{
border-color: #356AD6;
}
</style>