Shades of Royal Blue #3359EC
Tints of Royal Blue #3359EC
RGB
CMYK
RGB Variations
Color information
#3359EC (or 0x3359EC) is known color: Royal Blue. HEX triplet: 33, 59 and EC. RGB value is (51,89,236). Sum of RGB (Red+Green+Blue) = 51+89+236=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #3359EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3359EC is #CCA613. Grayscale: #5D5D5D. Windows color (decimal): -13411860 or 15489331. OLE color: 15489331.
HSL color Cylindrical-coordinate representation of color #3359EC: hue angle of 227.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3359EC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 89 | 236 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 227.68º | 0.83% | 0.56% | - |
| HSV(B) | 227.68º | 0.78% | 0.93% | - |
| XYZ | 20.08 | 13.9 | 80.98 | - |
| YUV | 94.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 236 | 0.78 | 0.62 | 0 | 0.07 | 227.68 | 0.83 | 0.56 |
| Hex | 33 | 59 | EC | 4E | 3E | 0 | 7 | E4 | 53 | 38 |
| Octal | 63 | 131 | 354 | 116 | 76 | 0 | 7 | 344 | 123 | 70 |
| Binary | 110011 | 1011001 | 11101100 | 1001110 | 111110 | 0 | 111 | 11100100 | 1010011 | 111000 |
Color Harmonies of #3359EC
Complementary color
Monochromatic Colors of #3359EC
Black with #3359EC
Text Example
Text Example
White with #3359EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3359EC; }
p { color: rgb(51,89,236); }
H1.HeaderClassName
{
color: #3359EC;
}
.AnyTagClassName
{
color: #3359EC;
}
</style>
background-color css
<style>
a { background-color: #3359EC; }
a { background-color: rgb(51,89,236); }
div.DivClassName
{
background-color: #3359EC;
}
.BgClassName
{
background-color: #3359EC;
}
</style>
border-color css
<style>
span { border-color: #3359EC; }
span { border-color: rgb(51,89,236); }
td.TdClassName
{
border-color: #3359EC;
}
.TagClassName
{
border-color: #3359EC;
}
</style>