Shades of Royal Blue #3460DB
Tints of Royal Blue #3460DB
RGB
CMYK
RGB Variations
Color information
#3460DB (or 0x3460DB) is known color: Royal Blue. HEX triplet: 34, 60 and DB. RGB value is (52,96,219). Sum of RGB (Red+Green+Blue) = 52+96+219=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #3460DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460DB is #CB9F24. Grayscale: #606060. Windows color (decimal): -13344549 or 14377012. OLE color: 14377012.
HSL color Cylindrical-coordinate representation of color #3460DB: hue angle of 224.19º degrees, saturation: 0.7, 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 #3460DB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 96 | 219 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.14 |
| HSL | 224.19º | 0.7% | 0.53% | - |
| HSV(B) | 224.19º | 0.76% | 0.86% | - |
| XYZ | 18.39 | 14.21 | 68.79 | - |
| YUV | 96.87 | 196.92 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 219 | 0.76 | 0.56 | 0 | 0.14 | 224.19 | 0.7 | 0.53 |
| Hex | 34 | 60 | DB | 4C | 38 | 0 | E | E0 | 46 | 35 |
| Octal | 64 | 140 | 333 | 114 | 70 | 0 | 16 | 340 | 106 | 65 |
| Binary | 110100 | 1100000 | 11011011 | 1001100 | 111000 | 0 | 1110 | 11100000 | 1000110 | 110101 |
Color Harmonies of #3460DB
Complementary color
Monochromatic Colors of #3460DB
Black with #3460DB
Text Example
Text Example
White with #3460DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460DB; }
p { color: rgb(52,96,219); }
H1.HeaderClassName
{
color: #3460DB;
}
.AnyTagClassName
{
color: #3460DB;
}
</style>
background-color css
<style>
a { background-color: #3460DB; }
a { background-color: rgb(52,96,219); }
div.DivClassName
{
background-color: #3460DB;
}
.BgClassName
{
background-color: #3460DB;
}
</style>
border-color css
<style>
span { border-color: #3460DB; }
span { border-color: rgb(52,96,219); }
td.TdClassName
{
border-color: #3460DB;
}
.TagClassName
{
border-color: #3460DB;
}
</style>