Shades of Royal Blue #346DED
Tints of Royal Blue #346DED
RGB
CMYK
RGB Variations
Color information
#346DED (or 0x346DED) is known color: Royal Blue. HEX triplet: 34, 6D and ED. RGB value is (52,109,237). Sum of RGB (Red+Green+Blue) = 52+109+237=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #346DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346DED is #CB9212. Grayscale: #696969. Windows color (decimal): -13341203 or 15559988. OLE color: 15559988.
HSL color Cylindrical-coordinate representation of color #346DED: hue angle of 221.51º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346DED is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 109 | 237 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.07 |
| HSL | 221.51º | 0.84% | 0.57% | - |
| HSV(B) | 221.51º | 0.78% | 0.93% | - |
| XYZ | 22.17 | 17.78 | 82.38 | - |
| YUV | 106.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 237 | 0.78 | 0.54 | 0 | 0.07 | 221.51 | 0.84 | 0.57 |
| Hex | 34 | 6D | ED | 4E | 36 | 0 | 7 | DE | 54 | 39 |
| Octal | 64 | 155 | 355 | 116 | 66 | 0 | 7 | 336 | 124 | 71 |
| Binary | 110100 | 1101101 | 11101101 | 1001110 | 110110 | 0 | 111 | 11011110 | 1010100 | 111001 |
Color Harmonies of #346DED
Complementary color
Monochromatic Colors of #346DED
Black with #346DED
Text Example
Text Example
White with #346DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346DED; }
p { color: rgb(52,109,237); }
H1.HeaderClassName
{
color: #346DED;
}
.AnyTagClassName
{
color: #346DED;
}
</style>
background-color css
<style>
a { background-color: #346DED; }
a { background-color: rgb(52,109,237); }
div.DivClassName
{
background-color: #346DED;
}
.BgClassName
{
background-color: #346DED;
}
</style>
border-color css
<style>
span { border-color: #346DED; }
span { border-color: rgb(52,109,237); }
td.TdClassName
{
border-color: #346DED;
}
.TagClassName
{
border-color: #346DED;
}
</style>