Shades of Royal Blue #346EDB
Tints of Royal Blue #346EDB
RGB
CMYK
RGB Variations
Color information
#346EDB (or 0x346EDB) is known color: Royal Blue. HEX triplet: 34, 6E and DB. RGB value is (52,110,219). Sum of RGB (Red+Green+Blue) = 52+110+219=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #346EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EDB is #CB9124. Grayscale: #686868. Windows color (decimal): -13340965 or 14380596. OLE color: 14380596.
HSL color Cylindrical-coordinate representation of color #346EDB: hue angle of 219.16º 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 #346EDB is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 110 | 219 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.14 |
| HSL | 219.16º | 0.7% | 0.53% | - |
| HSV(B) | 219.16º | 0.76% | 0.86% | - |
| XYZ | 19.78 | 17 | 69.26 | - |
| YUV | 105.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 219 | 0.76 | 0.50 | 0 | 0.14 | 219.16 | 0.7 | 0.53 |
| Hex | 34 | 6E | DB | 4C | 32 | 0 | E | DB | 46 | 35 |
| Octal | 64 | 156 | 333 | 114 | 62 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110100 | 1101110 | 11011011 | 1001100 | 110010 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #346EDB
Complementary color
Monochromatic Colors of #346EDB
Black with #346EDB
Text Example
Text Example
White with #346EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EDB; }
p { color: rgb(52,110,219); }
H1.HeaderClassName
{
color: #346EDB;
}
.AnyTagClassName
{
color: #346EDB;
}
</style>
background-color css
<style>
a { background-color: #346EDB; }
a { background-color: rgb(52,110,219); }
div.DivClassName
{
background-color: #346EDB;
}
.BgClassName
{
background-color: #346EDB;
}
</style>
border-color css
<style>
span { border-color: #346EDB; }
span { border-color: rgb(52,110,219); }
td.TdClassName
{
border-color: #346EDB;
}
.TagClassName
{
border-color: #346EDB;
}
</style>