Shades of Royal Blue #3559E3
Tints of Royal Blue #3559E3
RGB
CMYK
RGB Variations
Color information
#3559E3 (or 0x3559E3) is known color: Royal Blue. HEX triplet: 35, 59 and E3. RGB value is (53,89,227). Sum of RGB (Red+Green+Blue) = 53+89+227=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #3559E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3559E3 is #CAA61C. Grayscale: #5D5D5D. Windows color (decimal): -13280797 or 14899509. OLE color: 14899509.
HSL color Cylindrical-coordinate representation of color #3559E3: hue angle of 227.59º 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 #3559E3 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 89 | 227 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.11 |
| HSL | 227.59º | 0.76% | 0.55% | - |
| HSV(B) | 227.59º | 0.77% | 0.89% | - |
| XYZ | 18.91 | 13.45 | 74.27 | - |
| YUV | 93.97 | 203.07 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 227 | 0.77 | 0.61 | 0 | 0.11 | 227.59 | 0.76 | 0.55 |
| Hex | 35 | 59 | E3 | 4D | 3D | 0 | B | E4 | 4C | 37 |
| Octal | 65 | 131 | 343 | 115 | 75 | 0 | 13 | 344 | 114 | 67 |
| Binary | 110101 | 1011001 | 11100011 | 1001101 | 111101 | 0 | 1011 | 11100100 | 1001100 | 110111 |
Color Harmonies of #3559E3
Complementary color
Monochromatic Colors of #3559E3
Black with #3559E3
Text Example
Text Example
White with #3559E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559E3; }
p { color: rgb(53,89,227); }
H1.HeaderClassName
{
color: #3559E3;
}
.AnyTagClassName
{
color: #3559E3;
}
</style>
background-color css
<style>
a { background-color: #3559E3; }
a { background-color: rgb(53,89,227); }
div.DivClassName
{
background-color: #3559E3;
}
.BgClassName
{
background-color: #3559E3;
}
</style>
border-color css
<style>
span { border-color: #3559E3; }
span { border-color: rgb(53,89,227); }
td.TdClassName
{
border-color: #3559E3;
}
.TagClassName
{
border-color: #3559E3;
}
</style>