Shades of Royal Blue #356ADA
Tints of Royal Blue #356ADA
RGB
CMYK
RGB Variations
Color information
#356ADA (or 0x356ADA) is known color: Royal Blue. HEX triplet: 35, 6A and DA. RGB value is (53,106,218). Sum of RGB (Red+Green+Blue) = 53+106+218=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #356ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ADA is #CA9525. Grayscale: #666666. Windows color (decimal): -13276454 or 14314037. OLE color: 14314037.
HSL color Cylindrical-coordinate representation of color #356ADA: hue angle of 220.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356ADA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 106 | 218 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.15 |
| HSL | 220.73º | 0.69% | 0.53% | - |
| HSV(B) | 220.73º | 0.76% | 0.85% | - |
| XYZ | 19.28 | 16.13 | 68.43 | - |
| YUV | 102.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 218 | 0.76 | 0.51 | 0 | 0.15 | 220.73 | 0.69 | 0.53 |
| Hex | 35 | 6A | DA | 4C | 33 | 0 | F | DD | 45 | 35 |
| Octal | 65 | 152 | 332 | 114 | 63 | 0 | 17 | 335 | 105 | 65 |
| Binary | 110101 | 1101010 | 11011010 | 1001100 | 110011 | 0 | 1111 | 11011101 | 1000101 | 110101 |
Color Harmonies of #356ADA
Complementary color
Monochromatic Colors of #356ADA
Black with #356ADA
Text Example
Text Example
White with #356ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ADA; }
p { color: rgb(53,106,218); }
H1.HeaderClassName
{
color: #356ADA;
}
.AnyTagClassName
{
color: #356ADA;
}
</style>
background-color css
<style>
a { background-color: #356ADA; }
a { background-color: rgb(53,106,218); }
div.DivClassName
{
background-color: #356ADA;
}
.BgClassName
{
background-color: #356ADA;
}
</style>
border-color css
<style>
span { border-color: #356ADA; }
span { border-color: rgb(53,106,218); }
td.TdClassName
{
border-color: #356ADA;
}
.TagClassName
{
border-color: #356ADA;
}
</style>