Shades of Royal Blue #347EDD
Tints of Royal Blue #347EDD
RGB
CMYK
RGB Variations
Color information
#347EDD (or 0x347EDD) is known color: Royal Blue. HEX triplet: 34, 7E and DD. RGB value is (52,126,221). Sum of RGB (Red+Green+Blue) = 52+126+221=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #347EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EDD is #CB8122. Grayscale: #727272. Windows color (decimal): -13336867 or 14515764. OLE color: 14515764.
HSL color Cylindrical-coordinate representation of color #347EDD: hue angle of 213.73º 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 #347EDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 126 | 221 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 213.73º | 0.71% | 0.54% | - |
| HSV(B) | 213.73º | 0.76% | 0.87% | - |
| XYZ | 21.93 | 20.87 | 71.28 | - |
| YUV | 114.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 221 | 0.76 | 0.43 | 0 | 0.13 | 213.73 | 0.71 | 0.54 |
| Hex | 34 | 7E | DD | 4C | 2B | 0 | D | D6 | 47 | 36 |
| Octal | 64 | 176 | 335 | 114 | 53 | 0 | 15 | 326 | 107 | 66 |
| Binary | 110100 | 1111110 | 11011101 | 1001100 | 101011 | 0 | 1101 | 11010110 | 1000111 | 110110 |
Color Harmonies of #347EDD
Complementary color
Monochromatic Colors of #347EDD
Black with #347EDD
Text Example
Text Example
White with #347EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347EDD; }
p { color: rgb(52,126,221); }
H1.HeaderClassName
{
color: #347EDD;
}
.AnyTagClassName
{
color: #347EDD;
}
</style>
background-color css
<style>
a { background-color: #347EDD; }
a { background-color: rgb(52,126,221); }
div.DivClassName
{
background-color: #347EDD;
}
.BgClassName
{
background-color: #347EDD;
}
</style>
border-color css
<style>
span { border-color: #347EDD; }
span { border-color: rgb(52,126,221); }
td.TdClassName
{
border-color: #347EDD;
}
.TagClassName
{
border-color: #347EDD;
}
</style>