Shades of Royal Blue #346CDB
Tints of Royal Blue #346CDB
RGB
CMYK
RGB Variations
Color information
#346CDB (or 0x346CDB) is known color: Royal Blue. HEX triplet: 34, 6C and DB. RGB value is (52,108,219). Sum of RGB (Red+Green+Blue) = 52+108+219=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #346CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CDB is #CB9324. Grayscale: #676767. Windows color (decimal): -13341477 or 14380084. OLE color: 14380084.
HSL color Cylindrical-coordinate representation of color #346CDB: hue angle of 219.88º 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 #346CDB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 108 | 219 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.14 |
| HSL | 219.88º | 0.7% | 0.53% | - |
| HSV(B) | 219.88º | 0.76% | 0.86% | - |
| XYZ | 19.56 | 16.57 | 69.18 | - |
| YUV | 103.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 219 | 0.76 | 0.51 | 0 | 0.14 | 219.88 | 0.7 | 0.53 |
| Hex | 34 | 6C | DB | 4C | 33 | 0 | E | DC | 46 | 35 |
| Octal | 64 | 154 | 333 | 114 | 63 | 0 | 16 | 334 | 106 | 65 |
| Binary | 110100 | 1101100 | 11011011 | 1001100 | 110011 | 0 | 1110 | 11011100 | 1000110 | 110101 |
Color Harmonies of #346CDB
Complementary color
Monochromatic Colors of #346CDB
Black with #346CDB
Text Example
Text Example
White with #346CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CDB; }
p { color: rgb(52,108,219); }
H1.HeaderClassName
{
color: #346CDB;
}
.AnyTagClassName
{
color: #346CDB;
}
</style>
background-color css
<style>
a { background-color: #346CDB; }
a { background-color: rgb(52,108,219); }
div.DivClassName
{
background-color: #346CDB;
}
.BgClassName
{
background-color: #346CDB;
}
</style>
border-color css
<style>
span { border-color: #346CDB; }
span { border-color: rgb(52,108,219); }
td.TdClassName
{
border-color: #346CDB;
}
.TagClassName
{
border-color: #346CDB;
}
</style>