Shades of Royal Blue #346ACE
Tints of Royal Blue #346ACE
RGB
CMYK
RGB Variations
Color information
#346ACE (or 0x346ACE) is known color: Royal Blue. HEX triplet: 34, 6A and CE. RGB value is (52,106,206). Sum of RGB (Red+Green+Blue) = 52+106+206=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #346ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ACE is #CB9531. Grayscale: #646464. Windows color (decimal): -13342002 or 13527604. OLE color: 13527604.
HSL color Cylindrical-coordinate representation of color #346ACE: hue angle of 218.96º 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 #346ACE is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 106 | 206 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.19 |
| HSL | 218.96º | 0.61% | 0.51% | - |
| HSV(B) | 218.96º | 0.75% | 0.81% | - |
| XYZ | 17.71 | 15.49 | 60.45 | - |
| YUV | 101.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 206 | 0.75 | 0.49 | 0 | 0.19 | 218.96 | 0.61 | 0.51 |
| Hex | 34 | 6A | CE | 4B | 31 | 0 | 13 | DB | 3D | 33 |
| Octal | 64 | 152 | 316 | 113 | 61 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110100 | 1101010 | 11001110 | 1001011 | 110001 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #346ACE
Complementary color
Monochromatic Colors of #346ACE
Black with #346ACE
Text Example
Text Example
White with #346ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346ACE; }
p { color: rgb(52,106,206); }
H1.HeaderClassName
{
color: #346ACE;
}
.AnyTagClassName
{
color: #346ACE;
}
</style>
background-color css
<style>
a { background-color: #346ACE; }
a { background-color: rgb(52,106,206); }
div.DivClassName
{
background-color: #346ACE;
}
.BgClassName
{
background-color: #346ACE;
}
</style>
border-color css
<style>
span { border-color: #346ACE; }
span { border-color: rgb(52,106,206); }
td.TdClassName
{
border-color: #346ACE;
}
.TagClassName
{
border-color: #346ACE;
}
</style>