Shades of Royal Blue #346ECC
Tints of Royal Blue #346ECC
RGB
CMYK
RGB Variations
Color information
#346ECC (or 0x346ECC) is known color: Royal Blue. HEX triplet: 34, 6E and CC. RGB value is (52,110,204). Sum of RGB (Red+Green+Blue) = 52+110+204=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #346ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECC is #CB9133. Grayscale: #666666. Windows color (decimal): -13340980 or 13397556. OLE color: 13397556.
HSL color Cylindrical-coordinate representation of color #346ECC: hue angle of 217.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ECC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 110 | 204 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.2 |
| HSL | 217.11º | 0.6% | 0.5% | - |
| HSV(B) | 217.11º | 0.75% | 0.8% | - |
| XYZ | 17.89 | 16.24 | 59.32 | - |
| YUV | 103.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 204 | 0.75 | 0.46 | 0 | 0.2 | 217.11 | 0.6 | 0.5 |
| Hex | 34 | 6E | CC | 4B | 2E | 0 | 14 | D9 | 3C | 32 |
| Octal | 64 | 156 | 314 | 113 | 56 | 0 | 24 | 331 | 74 | 62 |
| Binary | 110100 | 1101110 | 11001100 | 1001011 | 101110 | 0 | 10100 | 11011001 | 111100 | 110010 |
Color Harmonies of #346ECC
Complementary color
Monochromatic Colors of #346ECC
Black with #346ECC
Text Example
Text Example
White with #346ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346ECC; }
p { color: rgb(52,110,204); }
H1.HeaderClassName
{
color: #346ECC;
}
.AnyTagClassName
{
color: #346ECC;
}
</style>
background-color css
<style>
a { background-color: #346ECC; }
a { background-color: rgb(52,110,204); }
div.DivClassName
{
background-color: #346ECC;
}
.BgClassName
{
background-color: #346ECC;
}
</style>
border-color css
<style>
span { border-color: #346ECC; }
span { border-color: rgb(52,110,204); }
td.TdClassName
{
border-color: #346ECC;
}
.TagClassName
{
border-color: #346ECC;
}
</style>