Shades of Royal Blue #346ECE
Tints of Royal Blue #346ECE
RGB
CMYK
RGB Variations
Color information
#346ECE (or 0x346ECE) is known color: Royal Blue. HEX triplet: 34, 6E and CE. RGB value is (52,110,206). Sum of RGB (Red+Green+Blue) = 52+110+206=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #346ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECE is #CB9131. Grayscale: #676767. Windows color (decimal): -13340978 or 13528628. OLE color: 13528628.
HSL color Cylindrical-coordinate representation of color #346ECE: hue angle of 217.4º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ECE is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 110 | 206 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.19 |
| HSL | 217.4º | 0.61% | 0.51% | - |
| HSV(B) | 217.4º | 0.75% | 0.81% | - |
| XYZ | 18.13 | 16.34 | 60.59 | - |
| YUV | 103.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 206 | 0.75 | 0.47 | 0 | 0.19 | 217.4 | 0.61 | 0.51 |
| Hex | 34 | 6E | CE | 4B | 2F | 0 | 13 | D9 | 3D | 33 |
| Octal | 64 | 156 | 316 | 113 | 57 | 0 | 23 | 331 | 75 | 63 |
| Binary | 110100 | 1101110 | 11001110 | 1001011 | 101111 | 0 | 10011 | 11011001 | 111101 | 110011 |
Color Harmonies of #346ECE
Complementary color
Monochromatic Colors of #346ECE
Black with #346ECE
Text Example
Text Example
White with #346ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346ECE; }
p { color: rgb(52,110,206); }
H1.HeaderClassName
{
color: #346ECE;
}
.AnyTagClassName
{
color: #346ECE;
}
</style>
background-color css
<style>
a { background-color: #346ECE; }
a { background-color: rgb(52,110,206); }
div.DivClassName
{
background-color: #346ECE;
}
.BgClassName
{
background-color: #346ECE;
}
</style>
border-color css
<style>
span { border-color: #346ECE; }
span { border-color: rgb(52,110,206); }
td.TdClassName
{
border-color: #346ECE;
}
.TagClassName
{
border-color: #346ECE;
}
</style>