Shades of Royal Blue #356CED
Tints of Royal Blue #356CED
RGB
CMYK
RGB Variations
Color information
#356CED (or 0x356CED) is known color: Royal Blue. HEX triplet: 35, 6C and ED. RGB value is (53,108,237). Sum of RGB (Red+Green+Blue) = 53+108+237=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #356CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CED is #CA9312. Grayscale: #696969. Windows color (decimal): -13275923 or 15559733. OLE color: 15559733.
HSL color Cylindrical-coordinate representation of color #356CED: hue angle of 222.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356CED is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 108 | 237 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.07 |
| HSL | 222.07º | 0.84% | 0.57% | - |
| HSV(B) | 222.07º | 0.78% | 0.93% | - |
| XYZ | 22.12 | 17.6 | 82.35 | - |
| YUV | 106.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 237 | 0.78 | 0.54 | 0 | 0.07 | 222.07 | 0.84 | 0.57 |
| Hex | 35 | 6C | ED | 4E | 36 | 0 | 7 | DE | 54 | 39 |
| Octal | 65 | 154 | 355 | 116 | 66 | 0 | 7 | 336 | 124 | 71 |
| Binary | 110101 | 1101100 | 11101101 | 1001110 | 110110 | 0 | 111 | 11011110 | 1010100 | 111001 |
Color Harmonies of #356CED
Complementary color
Monochromatic Colors of #356CED
Black with #356CED
Text Example
Text Example
White with #356CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CED; }
p { color: rgb(53,108,237); }
H1.HeaderClassName
{
color: #356CED;
}
.AnyTagClassName
{
color: #356CED;
}
</style>
background-color css
<style>
a { background-color: #356CED; }
a { background-color: rgb(53,108,237); }
div.DivClassName
{
background-color: #356CED;
}
.BgClassName
{
background-color: #356CED;
}
</style>
border-color css
<style>
span { border-color: #356CED; }
span { border-color: rgb(53,108,237); }
td.TdClassName
{
border-color: #356CED;
}
.TagClassName
{
border-color: #356CED;
}
</style>