Shades of Royal Blue #346BDB
Tints of Royal Blue #346BDB
RGB
CMYK
RGB Variations
Color information
#346BDB (or 0x346BDB) is known color: Royal Blue. HEX triplet: 34, 6B and DB. RGB value is (52,107,219). Sum of RGB (Red+Green+Blue) = 52+107+219=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #346BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BDB is #CB9424. Grayscale: #666666. Windows color (decimal): -13341733 or 14379828. OLE color: 14379828.
HSL color Cylindrical-coordinate representation of color #346BDB: hue angle of 220.24º 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 #346BDB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 107 | 219 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.14 |
| HSL | 220.24º | 0.7% | 0.53% | - |
| HSV(B) | 220.24º | 0.76% | 0.86% | - |
| XYZ | 19.46 | 16.36 | 69.15 | - |
| YUV | 103.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 219 | 0.76 | 0.51 | 0 | 0.14 | 220.24 | 0.7 | 0.53 |
| Hex | 34 | 6B | DB | 4C | 33 | 0 | E | DC | 46 | 35 |
| Octal | 64 | 153 | 333 | 114 | 63 | 0 | 16 | 334 | 106 | 65 |
| Binary | 110100 | 1101011 | 11011011 | 1001100 | 110011 | 0 | 1110 | 11011100 | 1000110 | 110101 |
Color Harmonies of #346BDB
Complementary color
Monochromatic Colors of #346BDB
Black with #346BDB
Text Example
Text Example
White with #346BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BDB; }
p { color: rgb(52,107,219); }
H1.HeaderClassName
{
color: #346BDB;
}
.AnyTagClassName
{
color: #346BDB;
}
</style>
background-color css
<style>
a { background-color: #346BDB; }
a { background-color: rgb(52,107,219); }
div.DivClassName
{
background-color: #346BDB;
}
.BgClassName
{
background-color: #346BDB;
}
</style>
border-color css
<style>
span { border-color: #346BDB; }
span { border-color: rgb(52,107,219); }
td.TdClassName
{
border-color: #346BDB;
}
.TagClassName
{
border-color: #346BDB;
}
</style>