Shades of Royal Blue #346FDD
Tints of Royal Blue #346FDD
RGB
CMYK
RGB Variations
Color information
#346FDD (or 0x346FDD) is known color: Royal Blue. HEX triplet: 34, 6F and DD. RGB value is (52,111,221). Sum of RGB (Red+Green+Blue) = 52+111+221=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #346FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FDD is #CB9022. Grayscale: #696969. Windows color (decimal): -13340707 or 14511924. OLE color: 14511924.
HSL color Cylindrical-coordinate representation of color #346FDD: hue angle of 219.05º 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 #346FDD is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 111 | 221 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.13 |
| HSL | 219.05º | 0.71% | 0.54% | - |
| HSV(B) | 219.05º | 0.76% | 0.87% | - |
| XYZ | 20.15 | 17.32 | 70.69 | - |
| YUV | 105.9 | 192.95 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 221 | 0.76 | 0.50 | 0 | 0.13 | 219.05 | 0.71 | 0.54 |
| Hex | 34 | 6F | DD | 4C | 32 | 0 | D | DB | 47 | 36 |
| Octal | 64 | 157 | 335 | 114 | 62 | 0 | 15 | 333 | 107 | 66 |
| Binary | 110100 | 1101111 | 11011101 | 1001100 | 110010 | 0 | 1101 | 11011011 | 1000111 | 110110 |
Color Harmonies of #346FDD
Complementary color
Monochromatic Colors of #346FDD
Black with #346FDD
Text Example
Text Example
White with #346FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FDD; }
p { color: rgb(52,111,221); }
H1.HeaderClassName
{
color: #346FDD;
}
.AnyTagClassName
{
color: #346FDD;
}
</style>
background-color css
<style>
a { background-color: #346FDD; }
a { background-color: rgb(52,111,221); }
div.DivClassName
{
background-color: #346FDD;
}
.BgClassName
{
background-color: #346FDD;
}
</style>
border-color css
<style>
span { border-color: #346FDD; }
span { border-color: rgb(52,111,221); }
td.TdClassName
{
border-color: #346FDD;
}
.TagClassName
{
border-color: #346FDD;
}
</style>