Shades of Royal Blue #356CE5
Tints of Royal Blue #356CE5
RGB
CMYK
RGB Variations
Color information
#356CE5 (or 0x356CE5) is known color: Royal Blue. HEX triplet: 35, 6C and E5. RGB value is (53,108,229). Sum of RGB (Red+Green+Blue) = 53+108+229=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #356CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CE5 is #CA931A. Grayscale: #686868. Windows color (decimal): -13275931 or 15035445. OLE color: 15035445.
HSL color Cylindrical-coordinate representation of color #356CE5: hue angle of 221.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356CE5 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 108 | 229 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.10 |
| HSL | 221.25º | 0.77% | 0.55% | - |
| HSV(B) | 221.25º | 0.77% | 0.9% | - |
| XYZ | 20.97 | 17.14 | 76.33 | - |
| YUV | 105.35 | 197.78 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 229 | 0.77 | 0.53 | 0 | 0.10 | 221.25 | 0.77 | 0.55 |
| Hex | 35 | 6C | E5 | 4D | 35 | 0 | A | DD | 4D | 37 |
| Octal | 65 | 154 | 345 | 115 | 65 | 0 | 12 | 335 | 115 | 67 |
| Binary | 110101 | 1101100 | 11100101 | 1001101 | 110101 | 0 | 1010 | 11011101 | 1001101 | 110111 |
Color Harmonies of #356CE5
Complementary color
Monochromatic Colors of #356CE5
Black with #356CE5
Text Example
Text Example
White with #356CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CE5; }
p { color: rgb(53,108,229); }
H1.HeaderClassName
{
color: #356CE5;
}
.AnyTagClassName
{
color: #356CE5;
}
</style>
background-color css
<style>
a { background-color: #356CE5; }
a { background-color: rgb(53,108,229); }
div.DivClassName
{
background-color: #356CE5;
}
.BgClassName
{
background-color: #356CE5;
}
</style>
border-color css
<style>
span { border-color: #356CE5; }
span { border-color: rgb(53,108,229); }
td.TdClassName
{
border-color: #356CE5;
}
.TagClassName
{
border-color: #356CE5;
}
</style>