Shades of Royal Blue #356FEA
Tints of Royal Blue #356FEA
RGB
CMYK
RGB Variations
Color information
#356FEA (or 0x356FEA) is known color: Royal Blue. HEX triplet: 35, 6F and EA. RGB value is (53,111,234). Sum of RGB (Red+Green+Blue) = 53+111+234=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #356FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FEA is #CA9015. Grayscale: #6B6B6B. Windows color (decimal): -13275158 or 15363893. OLE color: 15363893.
HSL color Cylindrical-coordinate representation of color #356FEA: hue angle of 220.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 #356FEA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 111 | 234 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.08 |
| HSL | 220.77º | 0.81% | 0.56% | - |
| HSV(B) | 220.77º | 0.77% | 0.92% | - |
| XYZ | 22 | 18.07 | 80.17 | - |
| YUV | 107.68 | 199.28 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 234 | 0.77 | 0.53 | 0 | 0.08 | 220.77 | 0.81 | 0.56 |
| Hex | 35 | 6F | EA | 4D | 35 | 0 | 8 | DD | 51 | 38 |
| Octal | 65 | 157 | 352 | 115 | 65 | 0 | 10 | 335 | 121 | 70 |
| Binary | 110101 | 1101111 | 11101010 | 1001101 | 110101 | 0 | 1000 | 11011101 | 1010001 | 111000 |
Color Harmonies of #356FEA
Complementary color
Monochromatic Colors of #356FEA
Black with #356FEA
Text Example
Text Example
White with #356FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FEA; }
p { color: rgb(53,111,234); }
H1.HeaderClassName
{
color: #356FEA;
}
.AnyTagClassName
{
color: #356FEA;
}
</style>
background-color css
<style>
a { background-color: #356FEA; }
a { background-color: rgb(53,111,234); }
div.DivClassName
{
background-color: #356FEA;
}
.BgClassName
{
background-color: #356FEA;
}
</style>
border-color css
<style>
span { border-color: #356FEA; }
span { border-color: rgb(53,111,234); }
td.TdClassName
{
border-color: #356FEA;
}
.TagClassName
{
border-color: #356FEA;
}
</style>