Shades of Royal Blue #356ADC
Tints of Royal Blue #356ADC
RGB
CMYK
RGB Variations
Color information
#356ADC (or 0x356ADC) is known color: Royal Blue. HEX triplet: 35, 6A and DC. RGB value is (53,106,220). Sum of RGB (Red+Green+Blue) = 53+106+220=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #356ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ADC is #CA9523. Grayscale: #666666. Windows color (decimal): -13276452 or 14445109. OLE color: 14445109.
HSL color Cylindrical-coordinate representation of color #356ADC: hue angle of 220.96º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356ADC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 106 | 220 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.14 |
| HSL | 220.96º | 0.7% | 0.54% | - |
| HSV(B) | 220.96º | 0.76% | 0.86% | - |
| XYZ | 19.54 | 16.23 | 69.81 | - |
| YUV | 103.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 220 | 0.76 | 0.52 | 0 | 0.14 | 220.96 | 0.7 | 0.54 |
| Hex | 35 | 6A | DC | 4C | 34 | 0 | E | DD | 46 | 36 |
| Octal | 65 | 152 | 334 | 114 | 64 | 0 | 16 | 335 | 106 | 66 |
| Binary | 110101 | 1101010 | 11011100 | 1001100 | 110100 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #356ADC
Complementary color
Monochromatic Colors of #356ADC
Black with #356ADC
Text Example
Text Example
White with #356ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ADC; }
p { color: rgb(53,106,220); }
H1.HeaderClassName
{
color: #356ADC;
}
.AnyTagClassName
{
color: #356ADC;
}
</style>
background-color css
<style>
a { background-color: #356ADC; }
a { background-color: rgb(53,106,220); }
div.DivClassName
{
background-color: #356ADC;
}
.BgClassName
{
background-color: #356ADC;
}
</style>
border-color css
<style>
span { border-color: #356ADC; }
span { border-color: rgb(53,106,220); }
td.TdClassName
{
border-color: #356ADC;
}
.TagClassName
{
border-color: #356ADC;
}
</style>