Shades of Royal Blue #346FDE
Tints of Royal Blue #346FDE
RGB
CMYK
RGB Variations
Color information
#346FDE (or 0x346FDE) is known color: Royal Blue. HEX triplet: 34, 6F and DE. RGB value is (52,111,222). Sum of RGB (Red+Green+Blue) = 52+111+222=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #346FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FDE is #CB9021. Grayscale: #696969. Windows color (decimal): -13340706 or 14577460. OLE color: 14577460.
HSL color Cylindrical-coordinate representation of color #346FDE: hue angle of 219.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #346FDE is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 111 | 222 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.13 |
| HSL | 219.18º | 0.72% | 0.54% | - |
| HSV(B) | 219.18º | 0.77% | 0.87% | - |
| XYZ | 20.29 | 17.37 | 71.39 | - |
| YUV | 106.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 222 | 0.77 | 0.5 | 0 | 0.13 | 219.18 | 0.72 | 0.54 |
| Hex | 34 | 6F | DE | 4D | 32 | 0 | D | DB | 48 | 36 |
| Octal | 64 | 157 | 336 | 115 | 62 | 0 | 15 | 333 | 110 | 66 |
| Binary | 110100 | 1101111 | 11011110 | 1001101 | 110010 | 0 | 1101 | 11011011 | 1001000 | 110110 |
Color Harmonies of #346FDE
Complementary color
Monochromatic Colors of #346FDE
Black with #346FDE
Text Example
Text Example
White with #346FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FDE; }
p { color: rgb(52,111,222); }
H1.HeaderClassName
{
color: #346FDE;
}
.AnyTagClassName
{
color: #346FDE;
}
</style>
background-color css
<style>
a { background-color: #346FDE; }
a { background-color: rgb(52,111,222); }
div.DivClassName
{
background-color: #346FDE;
}
.BgClassName
{
background-color: #346FDE;
}
</style>
border-color css
<style>
span { border-color: #346FDE; }
span { border-color: rgb(52,111,222); }
td.TdClassName
{
border-color: #346FDE;
}
.TagClassName
{
border-color: #346FDE;
}
</style>