Shades of Royal Blue #356CE3
Tints of Royal Blue #356CE3
RGB
CMYK
RGB Variations
Color information
#356CE3 (or 0x356CE3) is known color: Royal Blue. HEX triplet: 35, 6C and E3. RGB value is (53,108,227). Sum of RGB (Red+Green+Blue) = 53+108+227=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 227 (89.06% from 255 or 58.51% from 388); Max value from RGB is 227 - color contains mainly: blue. Hex color #356CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CE3 is #CA931C. Grayscale: #686868. Windows color (decimal): -13275933 or 14904373. OLE color: 14904373.
HSL color Cylindrical-coordinate representation of color #356CE3: hue angle of 221.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356CE3 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 108 | 227 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.11 |
| HSL | 221.03º | 0.76% | 0.55% | - |
| HSV(B) | 221.03º | 0.77% | 0.89% | - |
| XYZ | 20.7 | 17.03 | 74.87 | - |
| YUV | 105.12 | 196.78 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 227 | 0.77 | 0.52 | 0 | 0.11 | 221.03 | 0.76 | 0.55 |
| Hex | 35 | 6C | E3 | 4D | 34 | 0 | B | DD | 4C | 37 |
| Octal | 65 | 154 | 343 | 115 | 64 | 0 | 13 | 335 | 114 | 67 |
| Binary | 110101 | 1101100 | 11100011 | 1001101 | 110100 | 0 | 1011 | 11011101 | 1001100 | 110111 |
Color Harmonies of #356CE3
Complementary color
Monochromatic Colors of #356CE3
Black with #356CE3
Text Example
Text Example
White with #356CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CE3; }
p { color: rgb(53,108,227); }
H1.HeaderClassName
{
color: #356CE3;
}
.AnyTagClassName
{
color: #356CE3;
}
</style>
background-color css
<style>
a { background-color: #356CE3; }
a { background-color: rgb(53,108,227); }
div.DivClassName
{
background-color: #356CE3;
}
.BgClassName
{
background-color: #356CE3;
}
</style>
border-color css
<style>
span { border-color: #356CE3; }
span { border-color: rgb(53,108,227); }
td.TdClassName
{
border-color: #356CE3;
}
.TagClassName
{
border-color: #356CE3;
}
</style>