Shades of Royal Blue #3359ED
Tints of Royal Blue #3359ED
RGB
CMYK
RGB Variations
Color information
#3359ED (or 0x3359ED) is known color: Royal Blue. HEX triplet: 33, 59 and ED. RGB value is (51,89,237). Sum of RGB (Red+Green+Blue) = 51+89+237=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #3359ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3359ED is #CCA612. Grayscale: #5D5D5D. Windows color (decimal): -13411859 or 15554867. OLE color: 15554867.
HSL color Cylindrical-coordinate representation of color #3359ED: hue angle of 227.74º degrees, saturation: 0.84, 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 #3359ED is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 89 | 237 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 227.74º | 0.84% | 0.56% | - |
| HSV(B) | 227.74º | 0.78% | 0.93% | - |
| XYZ | 20.22 | 13.96 | 81.75 | - |
| YUV | 94.51 | 208.41 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 237 | 0.78 | 0.62 | 0 | 0.07 | 227.74 | 0.84 | 0.56 |
| Hex | 33 | 59 | ED | 4E | 3E | 0 | 7 | E4 | 54 | 38 |
| Octal | 63 | 131 | 355 | 116 | 76 | 0 | 7 | 344 | 124 | 70 |
| Binary | 110011 | 1011001 | 11101101 | 1001110 | 111110 | 0 | 111 | 11100100 | 1010100 | 111000 |
Color Harmonies of #3359ED
Complementary color
Monochromatic Colors of #3359ED
Black with #3359ED
Text Example
Text Example
White with #3359ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3359ED; }
p { color: rgb(51,89,237); }
H1.HeaderClassName
{
color: #3359ED;
}
.AnyTagClassName
{
color: #3359ED;
}
</style>
background-color css
<style>
a { background-color: #3359ED; }
a { background-color: rgb(51,89,237); }
div.DivClassName
{
background-color: #3359ED;
}
.BgClassName
{
background-color: #3359ED;
}
</style>
border-color css
<style>
span { border-color: #3359ED; }
span { border-color: rgb(51,89,237); }
td.TdClassName
{
border-color: #3359ED;
}
.TagClassName
{
border-color: #3359ED;
}
</style>