Shades of Royal Blue #346FDB
Tints of Royal Blue #346FDB
RGB
CMYK
RGB Variations
Color information
#346FDB (or 0x346FDB) is known color: Royal Blue. HEX triplet: 34, 6F and DB. RGB value is (52,111,219). Sum of RGB (Red+Green+Blue) = 52+111+219=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #346FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FDB is #CB9024. Grayscale: #696969. Windows color (decimal): -13340709 or 14380852. OLE color: 14380852.
HSL color Cylindrical-coordinate representation of color #346FDB: hue angle of 218.8º 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 #346FDB is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 111 | 219 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.14 |
| HSL | 218.8º | 0.7% | 0.53% | - |
| HSV(B) | 218.8º | 0.76% | 0.86% | - |
| XYZ | 19.89 | 17.21 | 69.29 | - |
| YUV | 105.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 219 | 0.76 | 0.49 | 0 | 0.14 | 218.8 | 0.7 | 0.53 |
| Hex | 34 | 6F | DB | 4C | 31 | 0 | E | DB | 46 | 35 |
| Octal | 64 | 157 | 333 | 114 | 61 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110100 | 1101111 | 11011011 | 1001100 | 110001 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #346FDB
Complementary color
Monochromatic Colors of #346FDB
Black with #346FDB
Text Example
Text Example
White with #346FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FDB; }
p { color: rgb(52,111,219); }
H1.HeaderClassName
{
color: #346FDB;
}
.AnyTagClassName
{
color: #346FDB;
}
</style>
background-color css
<style>
a { background-color: #346FDB; }
a { background-color: rgb(52,111,219); }
div.DivClassName
{
background-color: #346FDB;
}
.BgClassName
{
background-color: #346FDB;
}
</style>
border-color css
<style>
span { border-color: #346FDB; }
span { border-color: rgb(52,111,219); }
td.TdClassName
{
border-color: #346FDB;
}
.TagClassName
{
border-color: #346FDB;
}
</style>