Shades of Royal Blue #346FCC
Tints of Royal Blue #346FCC
RGB
CMYK
RGB Variations
Color information
#346FCC (or 0x346FCC) is known color: Royal Blue. HEX triplet: 34, 6F and CC. RGB value is (52,111,204). Sum of RGB (Red+Green+Blue) = 52+111+204=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #346FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FCC is #CB9033. Grayscale: #676767. Windows color (decimal): -13340724 or 13397812. OLE color: 13397812.
HSL color Cylindrical-coordinate representation of color #346FCC: hue angle of 216.71º 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 #346FCC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 111 | 204 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.2 |
| HSL | 216.71º | 0.6% | 0.5% | - |
| HSV(B) | 216.71º | 0.75% | 0.8% | - |
| XYZ | 18 | 16.46 | 59.35 | - |
| YUV | 103.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 204 | 0.75 | 0.46 | 0 | 0.2 | 216.71 | 0.6 | 0.5 |
| Hex | 34 | 6F | CC | 4B | 2E | 0 | 14 | D9 | 3C | 32 |
| Octal | 64 | 157 | 314 | 113 | 56 | 0 | 24 | 331 | 74 | 62 |
| Binary | 110100 | 1101111 | 11001100 | 1001011 | 101110 | 0 | 10100 | 11011001 | 111100 | 110010 |
Color Harmonies of #346FCC
Complementary color
Monochromatic Colors of #346FCC
Black with #346FCC
Text Example
Text Example
White with #346FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FCC; }
p { color: rgb(52,111,204); }
H1.HeaderClassName
{
color: #346FCC;
}
.AnyTagClassName
{
color: #346FCC;
}
</style>
background-color css
<style>
a { background-color: #346FCC; }
a { background-color: rgb(52,111,204); }
div.DivClassName
{
background-color: #346FCC;
}
.BgClassName
{
background-color: #346FCC;
}
</style>
border-color css
<style>
span { border-color: #346FCC; }
span { border-color: rgb(52,111,204); }
td.TdClassName
{
border-color: #346FCC;
}
.TagClassName
{
border-color: #346FCC;
}
</style>