Shades of Royal Blue #346EDF
Tints of Royal Blue #346EDF
RGB
CMYK
RGB Variations
Color information
#346EDF (or 0x346EDF) is known color: Royal Blue. HEX triplet: 34, 6E and DF. RGB value is (52,110,223). Sum of RGB (Red+Green+Blue) = 52+110+223=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #346EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EDF is #CB9120. Grayscale: #696969. Windows color (decimal): -13340961 or 14642740. OLE color: 14642740.
HSL color Cylindrical-coordinate representation of color #346EDF: hue angle of 219.65º degrees, saturation: 0.73, 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 #346EDF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 110 | 223 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.13 |
| HSL | 219.65º | 0.73% | 0.54% | - |
| HSV(B) | 219.65º | 0.77% | 0.87% | - |
| XYZ | 20.31 | 17.21 | 72.06 | - |
| YUV | 105.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 223 | 0.77 | 0.51 | 0 | 0.13 | 219.65 | 0.73 | 0.54 |
| Hex | 34 | 6E | DF | 4D | 33 | 0 | D | DC | 49 | 36 |
| Octal | 64 | 156 | 337 | 115 | 63 | 0 | 15 | 334 | 111 | 66 |
| Binary | 110100 | 1101110 | 11011111 | 1001101 | 110011 | 0 | 1101 | 11011100 | 1001001 | 110110 |
Color Harmonies of #346EDF
Complementary color
Monochromatic Colors of #346EDF
Black with #346EDF
Text Example
Text Example
White with #346EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EDF; }
p { color: rgb(52,110,223); }
H1.HeaderClassName
{
color: #346EDF;
}
.AnyTagClassName
{
color: #346EDF;
}
</style>
background-color css
<style>
a { background-color: #346EDF; }
a { background-color: rgb(52,110,223); }
div.DivClassName
{
background-color: #346EDF;
}
.BgClassName
{
background-color: #346EDF;
}
</style>
border-color css
<style>
span { border-color: #346EDF; }
span { border-color: rgb(52,110,223); }
td.TdClassName
{
border-color: #346EDF;
}
.TagClassName
{
border-color: #346EDF;
}
</style>