Shades of Royal Blue #356CEA
Tints of Royal Blue #356CEA
RGB
CMYK
RGB Variations
Color information
#356CEA (or 0x356CEA) is known color: Royal Blue. HEX triplet: 35, 6C and EA. RGB value is (53,108,234). Sum of RGB (Red+Green+Blue) = 53+108+234=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #356CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CEA is #CA9315. Grayscale: #696969. Windows color (decimal): -13275926 or 15363125. OLE color: 15363125.
HSL color Cylindrical-coordinate representation of color #356CEA: hue angle of 221.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356CEA is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 108 | 234 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.08 |
| HSL | 221.77º | 0.81% | 0.56% | - |
| HSV(B) | 221.77º | 0.77% | 0.92% | - |
| XYZ | 21.68 | 17.42 | 80.06 | - |
| YUV | 105.92 | 200.28 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 234 | 0.77 | 0.54 | 0 | 0.08 | 221.77 | 0.81 | 0.56 |
| Hex | 35 | 6C | EA | 4D | 36 | 0 | 8 | DE | 51 | 38 |
| Octal | 65 | 154 | 352 | 115 | 66 | 0 | 10 | 336 | 121 | 70 |
| Binary | 110101 | 1101100 | 11101010 | 1001101 | 110110 | 0 | 1000 | 11011110 | 1010001 | 111000 |
Color Harmonies of #356CEA
Complementary color
Monochromatic Colors of #356CEA
Black with #356CEA
Text Example
Text Example
White with #356CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CEA; }
p { color: rgb(53,108,234); }
H1.HeaderClassName
{
color: #356CEA;
}
.AnyTagClassName
{
color: #356CEA;
}
</style>
background-color css
<style>
a { background-color: #356CEA; }
a { background-color: rgb(53,108,234); }
div.DivClassName
{
background-color: #356CEA;
}
.BgClassName
{
background-color: #356CEA;
}
</style>
border-color css
<style>
span { border-color: #356CEA; }
span { border-color: rgb(53,108,234); }
td.TdClassName
{
border-color: #356CEA;
}
.TagClassName
{
border-color: #356CEA;
}
</style>