Shades of Royal Blue #346BD9
Tints of Royal Blue #346BD9
RGB
CMYK
RGB Variations
Color information
#346BD9 (or 0x346BD9) is known color: Royal Blue. HEX triplet: 34, 6B and D9. RGB value is (52,107,217). Sum of RGB (Red+Green+Blue) = 52+107+217=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #346BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BD9 is #CB9426. Grayscale: #666666. Windows color (decimal): -13341735 or 14248756. OLE color: 14248756.
HSL color Cylindrical-coordinate representation of color #346BD9: hue angle of 220º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346BD9 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 107 | 217 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.15 |
| HSL | 220º | 0.68% | 0.53% | - |
| HSV(B) | 220º | 0.76% | 0.85% | - |
| XYZ | 19.2 | 16.26 | 67.77 | - |
| YUV | 103.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 217 | 0.76 | 0.51 | 0 | 0.15 | 220 | 0.68 | 0.53 |
| Hex | 34 | 6B | D9 | 4C | 33 | 0 | F | DC | 44 | 35 |
| Octal | 64 | 153 | 331 | 114 | 63 | 0 | 17 | 334 | 104 | 65 |
| Binary | 110100 | 1101011 | 11011001 | 1001100 | 110011 | 0 | 1111 | 11011100 | 1000100 | 110101 |
Color Harmonies of #346BD9
Complementary color
Monochromatic Colors of #346BD9
Black with #346BD9
Text Example
Text Example
White with #346BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BD9; }
p { color: rgb(52,107,217); }
H1.HeaderClassName
{
color: #346BD9;
}
.AnyTagClassName
{
color: #346BD9;
}
</style>
background-color css
<style>
a { background-color: #346BD9; }
a { background-color: rgb(52,107,217); }
div.DivClassName
{
background-color: #346BD9;
}
.BgClassName
{
background-color: #346BD9;
}
</style>
border-color css
<style>
span { border-color: #346BD9; }
span { border-color: rgb(52,107,217); }
td.TdClassName
{
border-color: #346BD9;
}
.TagClassName
{
border-color: #346BD9;
}
</style>