Shades of Royal Blue #356CD2
Tints of Royal Blue #356CD2
RGB
CMYK
RGB Variations
Color information
#356CD2 (or 0x356CD2) is known color: Royal Blue. HEX triplet: 35, 6C and D2. RGB value is (53,108,210). Sum of RGB (Red+Green+Blue) = 53+108+210=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #356CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CD2 is #CA932D. Grayscale: #666666. Windows color (decimal): -13275950 or 13790261. OLE color: 13790261.
HSL color Cylindrical-coordinate representation of color #356CD2: hue angle of 218.98º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356CD2 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 108 | 210 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.18 |
| HSL | 218.98º | 0.64% | 0.52% | - |
| HSV(B) | 218.98º | 0.75% | 0.82% | - |
| XYZ | 18.46 | 16.14 | 63.11 | - |
| YUV | 103.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 210 | 0.75 | 0.49 | 0 | 0.18 | 218.98 | 0.64 | 0.52 |
| Hex | 35 | 6C | D2 | 4B | 31 | 0 | 12 | DB | 40 | 34 |
| Octal | 65 | 154 | 322 | 113 | 61 | 0 | 22 | 333 | 100 | 64 |
| Binary | 110101 | 1101100 | 11010010 | 1001011 | 110001 | 0 | 10010 | 11011011 | 1000000 | 110100 |
Color Harmonies of #356CD2
Complementary color
Monochromatic Colors of #356CD2
Black with #356CD2
Text Example
Text Example
White with #356CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CD2; }
p { color: rgb(53,108,210); }
H1.HeaderClassName
{
color: #356CD2;
}
.AnyTagClassName
{
color: #356CD2;
}
</style>
background-color css
<style>
a { background-color: #356CD2; }
a { background-color: rgb(53,108,210); }
div.DivClassName
{
background-color: #356CD2;
}
.BgClassName
{
background-color: #356CD2;
}
</style>
border-color css
<style>
span { border-color: #356CD2; }
span { border-color: rgb(53,108,210); }
td.TdClassName
{
border-color: #356CD2;
}
.TagClassName
{
border-color: #356CD2;
}
</style>