Shades of Royal Blue #346CDD
Tints of Royal Blue #346CDD
RGB
CMYK
RGB Variations
Color information
#346CDD (or 0x346CDD) is known color: Royal Blue. HEX triplet: 34, 6C and DD. RGB value is (52,108,221). Sum of RGB (Red+Green+Blue) = 52+108+221=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #346CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CDD is #CB9322. Grayscale: #676767. Windows color (decimal): -13341475 or 14511156. OLE color: 14511156.
HSL color Cylindrical-coordinate representation of color #346CDD: hue angle of 220.12º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346CDD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 108 | 221 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.13 |
| HSL | 220.12º | 0.71% | 0.54% | - |
| HSV(B) | 220.12º | 0.76% | 0.87% | - |
| XYZ | 19.83 | 16.68 | 70.58 | - |
| YUV | 104.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 221 | 0.76 | 0.51 | 0 | 0.13 | 220.12 | 0.71 | 0.54 |
| Hex | 34 | 6C | DD | 4C | 33 | 0 | D | DC | 47 | 36 |
| Octal | 64 | 154 | 335 | 114 | 63 | 0 | 15 | 334 | 107 | 66 |
| Binary | 110100 | 1101100 | 11011101 | 1001100 | 110011 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #346CDD
Complementary color
Monochromatic Colors of #346CDD
Black with #346CDD
Text Example
Text Example
White with #346CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CDD; }
p { color: rgb(52,108,221); }
H1.HeaderClassName
{
color: #346CDD;
}
.AnyTagClassName
{
color: #346CDD;
}
</style>
background-color css
<style>
a { background-color: #346CDD; }
a { background-color: rgb(52,108,221); }
div.DivClassName
{
background-color: #346CDD;
}
.BgClassName
{
background-color: #346CDD;
}
</style>
border-color css
<style>
span { border-color: #346CDD; }
span { border-color: rgb(52,108,221); }
td.TdClassName
{
border-color: #346CDD;
}
.TagClassName
{
border-color: #346CDD;
}
</style>