Shades of Royal Blue #346ED3
Tints of Royal Blue #346ED3
RGB
CMYK
RGB Variations
Color information
#346ED3 (or 0x346ED3) is known color: Royal Blue. HEX triplet: 34, 6E and D3. RGB value is (52,110,211). Sum of RGB (Red+Green+Blue) = 52+110+211=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #346ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ED3 is #CB912C. Grayscale: #676767. Windows color (decimal): -13340973 or 13856308. OLE color: 13856308.
HSL color Cylindrical-coordinate representation of color #346ED3: hue angle of 218.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ED3 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 110 | 211 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.17 |
| HSL | 218.11º | 0.64% | 0.52% | - |
| HSV(B) | 218.11º | 0.75% | 0.83% | - |
| XYZ | 18.75 | 16.59 | 63.84 | - |
| YUV | 104.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 211 | 0.75 | 0.48 | 0 | 0.17 | 218.11 | 0.64 | 0.52 |
| Hex | 34 | 6E | D3 | 4B | 30 | 0 | 11 | DA | 40 | 34 |
| Octal | 64 | 156 | 323 | 113 | 60 | 0 | 21 | 332 | 100 | 64 |
| Binary | 110100 | 1101110 | 11010011 | 1001011 | 110000 | 0 | 10001 | 11011010 | 1000000 | 110100 |
Color Harmonies of #346ED3
Complementary color
Monochromatic Colors of #346ED3
Black with #346ED3
Text Example
Text Example
White with #346ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346ED3; }
p { color: rgb(52,110,211); }
H1.HeaderClassName
{
color: #346ED3;
}
.AnyTagClassName
{
color: #346ED3;
}
</style>
background-color css
<style>
a { background-color: #346ED3; }
a { background-color: rgb(52,110,211); }
div.DivClassName
{
background-color: #346ED3;
}
.BgClassName
{
background-color: #346ED3;
}
</style>
border-color css
<style>
span { border-color: #346ED3; }
span { border-color: rgb(52,110,211); }
td.TdClassName
{
border-color: #346ED3;
}
.TagClassName
{
border-color: #346ED3;
}
</style>