Shades of Royal Blue #346CCC
Tints of Royal Blue #346CCC
RGB
CMYK
RGB Variations
Color information
#346CCC (or 0x346CCC) is known color: Royal Blue. HEX triplet: 34, 6C and CC. RGB value is (52,108,204). Sum of RGB (Red+Green+Blue) = 52+108+204=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #346CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CCC is #CB9333. Grayscale: #656565. Windows color (decimal): -13341492 or 13397044. OLE color: 13397044.
HSL color Cylindrical-coordinate representation of color #346CCC: hue angle of 217.89º 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 #346CCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 108 | 204 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.2 |
| HSL | 217.89º | 0.6% | 0.5% | - |
| HSV(B) | 217.89º | 0.75% | 0.8% | - |
| XYZ | 17.68 | 15.81 | 59.25 | - |
| YUV | 102.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 204 | 0.75 | 0.47 | 0 | 0.2 | 217.89 | 0.6 | 0.5 |
| Hex | 34 | 6C | CC | 4B | 2F | 0 | 14 | DA | 3C | 32 |
| Octal | 64 | 154 | 314 | 113 | 57 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110100 | 1101100 | 11001100 | 1001011 | 101111 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #346CCC
Complementary color
Monochromatic Colors of #346CCC
Black with #346CCC
Text Example
Text Example
White with #346CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CCC; }
p { color: rgb(52,108,204); }
H1.HeaderClassName
{
color: #346CCC;
}
.AnyTagClassName
{
color: #346CCC;
}
</style>
background-color css
<style>
a { background-color: #346CCC; }
a { background-color: rgb(52,108,204); }
div.DivClassName
{
background-color: #346CCC;
}
.BgClassName
{
background-color: #346CCC;
}
</style>
border-color css
<style>
span { border-color: #346CCC; }
span { border-color: rgb(52,108,204); }
td.TdClassName
{
border-color: #346CCC;
}
.TagClassName
{
border-color: #346CCC;
}
</style>