Shades of Royal Blue #3459ED
Tints of Royal Blue #3459ED
RGB
CMYK
RGB Variations
Color information
#3459ED (or 0x3459ED) is known color: Royal Blue. HEX triplet: 34, 59 and ED. RGB value is (52,89,237). Sum of RGB (Red+Green+Blue) = 52+89+237=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #3459ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3459ED is #CBA612. Grayscale: #5E5E5E. Windows color (decimal): -13346323 or 15554868. OLE color: 15554868.
HSL color Cylindrical-coordinate representation of color #3459ED: hue angle of 228º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3459ED is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 89 | 237 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 228º | 0.84% | 0.57% | - |
| HSV(B) | 228º | 0.78% | 0.93% | - |
| XYZ | 20.27 | 13.99 | 81.75 | - |
| YUV | 94.81 | 208.24 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 237 | 0.78 | 0.62 | 0 | 0.07 | 228 | 0.84 | 0.57 |
| Hex | 34 | 59 | ED | 4E | 3E | 0 | 7 | E4 | 54 | 39 |
| Octal | 64 | 131 | 355 | 116 | 76 | 0 | 7 | 344 | 124 | 71 |
| Binary | 110100 | 1011001 | 11101101 | 1001110 | 111110 | 0 | 111 | 11100100 | 1010100 | 111001 |
Color Harmonies of #3459ED
Complementary color
Monochromatic Colors of #3459ED
Black with #3459ED
Text Example
Text Example
White with #3459ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3459ED; }
p { color: rgb(52,89,237); }
H1.HeaderClassName
{
color: #3459ED;
}
.AnyTagClassName
{
color: #3459ED;
}
</style>
background-color css
<style>
a { background-color: #3459ED; }
a { background-color: rgb(52,89,237); }
div.DivClassName
{
background-color: #3459ED;
}
.BgClassName
{
background-color: #3459ED;
}
</style>
border-color css
<style>
span { border-color: #3459ED; }
span { border-color: rgb(52,89,237); }
td.TdClassName
{
border-color: #3459ED;
}
.TagClassName
{
border-color: #3459ED;
}
</style>