Shades of Royal Blue #3459DC
Tints of Royal Blue #3459DC
RGB
CMYK
RGB Variations
Color information
#3459DC (or 0x3459DC) is known color: Royal Blue. HEX triplet: 34, 59 and DC. RGB value is (52,89,220). Sum of RGB (Red+Green+Blue) = 52+89+220=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #3459DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3459DC is #CBA623. Grayscale: #5C5C5C. Windows color (decimal): -13346340 or 14440756. OLE color: 14440756.
HSL color Cylindrical-coordinate representation of color #3459DC: hue angle of 226.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3459DC is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 89 | 220 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.14 |
| HSL | 226.79º | 0.71% | 0.53% | - |
| HSV(B) | 226.79º | 0.76% | 0.86% | - |
| XYZ | 17.91 | 13.04 | 69.28 | - |
| YUV | 92.87 | 199.74 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 220 | 0.76 | 0.60 | 0 | 0.14 | 226.79 | 0.71 | 0.53 |
| Hex | 34 | 59 | DC | 4C | 3C | 0 | E | E3 | 47 | 35 |
| Octal | 64 | 131 | 334 | 114 | 74 | 0 | 16 | 343 | 107 | 65 |
| Binary | 110100 | 1011001 | 11011100 | 1001100 | 111100 | 0 | 1110 | 11100011 | 1000111 | 110101 |
Color Harmonies of #3459DC
Complementary color
Monochromatic Colors of #3459DC
Black with #3459DC
Text Example
Text Example
White with #3459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3459DC; }
p { color: rgb(52,89,220); }
H1.HeaderClassName
{
color: #3459DC;
}
.AnyTagClassName
{
color: #3459DC;
}
</style>
background-color css
<style>
a { background-color: #3459DC; }
a { background-color: rgb(52,89,220); }
div.DivClassName
{
background-color: #3459DC;
}
.BgClassName
{
background-color: #3459DC;
}
</style>
border-color css
<style>
span { border-color: #3459DC; }
span { border-color: rgb(52,89,220); }
td.TdClassName
{
border-color: #3459DC;
}
.TagClassName
{
border-color: #3459DC;
}
</style>