Shades of Royal Blue #356CCD
Tints of Royal Blue #356CCD
RGB
CMYK
RGB Variations
Color information
#356CCD (or 0x356CCD) is known color: Royal Blue. HEX triplet: 35, 6C and CD. RGB value is (53,108,205). Sum of RGB (Red+Green+Blue) = 53+108+205=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #356CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCD is #CA9332. Grayscale: #666666. Windows color (decimal): -13275955 or 13462581. OLE color: 13462581.
HSL color Cylindrical-coordinate representation of color #356CCD: hue angle of 218.29º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356CCD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 108 | 205 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.20 |
| HSL | 218.29º | 0.6% | 0.51% | - |
| HSV(B) | 218.29º | 0.74% | 0.8% | - |
| XYZ | 17.85 | 15.89 | 59.88 | - |
| YUV | 102.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 205 | 0.74 | 0.47 | 0 | 0.20 | 218.29 | 0.6 | 0.51 |
| Hex | 35 | 6C | CD | 4A | 2F | 0 | 14 | DA | 3C | 33 |
| Octal | 65 | 154 | 315 | 112 | 57 | 0 | 24 | 332 | 74 | 63 |
| Binary | 110101 | 1101100 | 11001101 | 1001010 | 101111 | 0 | 10100 | 11011010 | 111100 | 110011 |
Color Harmonies of #356CCD
Complementary color
Monochromatic Colors of #356CCD
Black with #356CCD
Text Example
Text Example
White with #356CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CCD; }
p { color: rgb(53,108,205); }
H1.HeaderClassName
{
color: #356CCD;
}
.AnyTagClassName
{
color: #356CCD;
}
</style>
background-color css
<style>
a { background-color: #356CCD; }
a { background-color: rgb(53,108,205); }
div.DivClassName
{
background-color: #356CCD;
}
.BgClassName
{
background-color: #356CCD;
}
</style>
border-color css
<style>
span { border-color: #356CCD; }
span { border-color: rgb(53,108,205); }
td.TdClassName
{
border-color: #356CCD;
}
.TagClassName
{
border-color: #356CCD;
}
</style>