Shades of Royal Blue #346ED5
Tints of Royal Blue #346ED5
RGB
CMYK
RGB Variations
Color information
#346ED5 (or 0x346ED5) is known color: Royal Blue. HEX triplet: 34, 6E and D5. RGB value is (52,110,213). Sum of RGB (Red+Green+Blue) = 52+110+213=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #346ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ED5 is #CB912A. Grayscale: #676767. Windows color (decimal): -13340971 or 13987380. OLE color: 13987380.
HSL color Cylindrical-coordinate representation of color #346ED5: hue angle of 218.39º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346ED5 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 110 | 213 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.16 |
| HSL | 218.39º | 0.66% | 0.52% | - |
| HSV(B) | 218.39º | 0.76% | 0.84% | - |
| XYZ | 19 | 16.69 | 65.17 | - |
| YUV | 104.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 213 | 0.76 | 0.48 | 0 | 0.16 | 218.39 | 0.66 | 0.52 |
| Hex | 34 | 6E | D5 | 4C | 30 | 0 | 10 | DA | 42 | 34 |
| Octal | 64 | 156 | 325 | 114 | 60 | 0 | 20 | 332 | 102 | 64 |
| Binary | 110100 | 1101110 | 11010101 | 1001100 | 110000 | 0 | 10000 | 11011010 | 1000010 | 110100 |
Color Harmonies of #346ED5
Complementary color
Monochromatic Colors of #346ED5
Black with #346ED5
Text Example
Text Example
White with #346ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346ED5; }
p { color: rgb(52,110,213); }
H1.HeaderClassName
{
color: #346ED5;
}
.AnyTagClassName
{
color: #346ED5;
}
</style>
background-color css
<style>
a { background-color: #346ED5; }
a { background-color: rgb(52,110,213); }
div.DivClassName
{
background-color: #346ED5;
}
.BgClassName
{
background-color: #346ED5;
}
</style>
border-color css
<style>
span { border-color: #346ED5; }
span { border-color: rgb(52,110,213); }
td.TdClassName
{
border-color: #346ED5;
}
.TagClassName
{
border-color: #346ED5;
}
</style>