Shades of Royal Blue #356DDD
Tints of Royal Blue #356DDD
RGB
CMYK
RGB Variations
Color information
#356DDD (or 0x356DDD) is known color: Royal Blue. HEX triplet: 35, 6D and DD. RGB value is (53,109,221). Sum of RGB (Red+Green+Blue) = 53+109+221=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #356DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DDD is #CA9222. Grayscale: #686868. Windows color (decimal): -13275683 or 14511413. OLE color: 14511413.
HSL color Cylindrical-coordinate representation of color #356DDD: hue angle of 220º degrees, saturation: 0.71, 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 #356DDD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 109 | 221 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.13 |
| HSL | 220º | 0.71% | 0.54% | - |
| HSV(B) | 220º | 0.76% | 0.87% | - |
| XYZ | 19.99 | 16.91 | 70.62 | - |
| YUV | 105.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 221 | 0.76 | 0.51 | 0 | 0.13 | 220 | 0.71 | 0.54 |
| Hex | 35 | 6D | DD | 4C | 33 | 0 | D | DC | 47 | 36 |
| Octal | 65 | 155 | 335 | 114 | 63 | 0 | 15 | 334 | 107 | 66 |
| Binary | 110101 | 1101101 | 11011101 | 1001100 | 110011 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #356DDD
Complementary color
Monochromatic Colors of #356DDD
Black with #356DDD
Text Example
Text Example
White with #356DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DDD; }
p { color: rgb(53,109,221); }
H1.HeaderClassName
{
color: #356DDD;
}
.AnyTagClassName
{
color: #356DDD;
}
</style>
background-color css
<style>
a { background-color: #356DDD; }
a { background-color: rgb(53,109,221); }
div.DivClassName
{
background-color: #356DDD;
}
.BgClassName
{
background-color: #356DDD;
}
</style>
border-color css
<style>
span { border-color: #356DDD; }
span { border-color: rgb(53,109,221); }
td.TdClassName
{
border-color: #356DDD;
}
.TagClassName
{
border-color: #356DDD;
}
</style>