Shades of Royal Blue #356ADF
Tints of Royal Blue #356ADF
RGB
CMYK
RGB Variations
Color information
#356ADF (or 0x356ADF) is known color: Royal Blue. HEX triplet: 35, 6A and DF. RGB value is (53,106,223). Sum of RGB (Red+Green+Blue) = 53+106+223=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #356ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ADF is #CA9520. Grayscale: #666666. Windows color (decimal): -13276449 or 14641717. OLE color: 14641717.
HSL color Cylindrical-coordinate representation of color #356ADF: hue angle of 221.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356ADF is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 106 | 223 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.13 |
| HSL | 221.29º | 0.73% | 0.54% | - |
| HSV(B) | 221.29º | 0.76% | 0.87% | - |
| XYZ | 19.94 | 16.39 | 71.93 | - |
| YUV | 103.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 223 | 0.76 | 0.52 | 0 | 0.13 | 221.29 | 0.73 | 0.54 |
| Hex | 35 | 6A | DF | 4C | 34 | 0 | D | DD | 49 | 36 |
| Octal | 65 | 152 | 337 | 114 | 64 | 0 | 15 | 335 | 111 | 66 |
| Binary | 110101 | 1101010 | 11011111 | 1001100 | 110100 | 0 | 1101 | 11011101 | 1001001 | 110110 |
Color Harmonies of #356ADF
Complementary color
Monochromatic Colors of #356ADF
Black with #356ADF
Text Example
Text Example
White with #356ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ADF; }
p { color: rgb(53,106,223); }
H1.HeaderClassName
{
color: #356ADF;
}
.AnyTagClassName
{
color: #356ADF;
}
</style>
background-color css
<style>
a { background-color: #356ADF; }
a { background-color: rgb(53,106,223); }
div.DivClassName
{
background-color: #356ADF;
}
.BgClassName
{
background-color: #356ADF;
}
</style>
border-color css
<style>
span { border-color: #356ADF; }
span { border-color: rgb(53,106,223); }
td.TdClassName
{
border-color: #356ADF;
}
.TagClassName
{
border-color: #356ADF;
}
</style>