Shades of Royal Blue #356CDD
Tints of Royal Blue #356CDD
RGB
CMYK
RGB Variations
Color information
#356CDD (or 0x356CDD) is known color: Royal Blue. HEX triplet: 35, 6C and DD. RGB value is (53,108,221). Sum of RGB (Red+Green+Blue) = 53+108+221=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #356CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CDD is #CA9322. Grayscale: #676767. Windows color (decimal): -13275939 or 14511157. OLE color: 14511157.
HSL color Cylindrical-coordinate representation of color #356CDD: hue angle of 220.36º 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 #356CDD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 108 | 221 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.13 |
| HSL | 220.36º | 0.71% | 0.54% | - |
| HSV(B) | 220.36º | 0.76% | 0.87% | - |
| XYZ | 19.88 | 16.7 | 70.58 | - |
| YUV | 104.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 221 | 0.76 | 0.51 | 0 | 0.13 | 220.36 | 0.71 | 0.54 |
| Hex | 35 | 6C | DD | 4C | 33 | 0 | D | DC | 47 | 36 |
| Octal | 65 | 154 | 335 | 114 | 63 | 0 | 15 | 334 | 107 | 66 |
| Binary | 110101 | 1101100 | 11011101 | 1001100 | 110011 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #356CDD
Complementary color
Monochromatic Colors of #356CDD
Black with #356CDD
Text Example
Text Example
White with #356CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CDD; }
p { color: rgb(53,108,221); }
H1.HeaderClassName
{
color: #356CDD;
}
.AnyTagClassName
{
color: #356CDD;
}
</style>
background-color css
<style>
a { background-color: #356CDD; }
a { background-color: rgb(53,108,221); }
div.DivClassName
{
background-color: #356CDD;
}
.BgClassName
{
background-color: #356CDD;
}
</style>
border-color css
<style>
span { border-color: #356CDD; }
span { border-color: rgb(53,108,221); }
td.TdClassName
{
border-color: #356CDD;
}
.TagClassName
{
border-color: #356CDD;
}
</style>