Shades of Royal Blue #347EDE
Tints of Royal Blue #347EDE
RGB
CMYK
RGB Variations
Color information
#347EDE (or 0x347EDE) is known color: Royal Blue. HEX triplet: 34, 7E and DE. RGB value is (52,126,222). Sum of RGB (Red+Green+Blue) = 52+126+222=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #347EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EDE is #CB8121. Grayscale: #727272. Windows color (decimal): -13336866 or 14581300. OLE color: 14581300.
HSL color Cylindrical-coordinate representation of color #347EDE: hue angle of 213.88º 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 #347EDE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 126 | 222 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.13 |
| HSL | 213.88º | 0.72% | 0.54% | - |
| HSV(B) | 213.88º | 0.77% | 0.87% | - |
| XYZ | 22.06 | 20.93 | 71.98 | - |
| YUV | 114.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 222 | 0.77 | 0.43 | 0 | 0.13 | 213.88 | 0.72 | 0.54 |
| Hex | 34 | 7E | DE | 4D | 2B | 0 | D | D6 | 48 | 36 |
| Octal | 64 | 176 | 336 | 115 | 53 | 0 | 15 | 326 | 110 | 66 |
| Binary | 110100 | 1111110 | 11011110 | 1001101 | 101011 | 0 | 1101 | 11010110 | 1001000 | 110110 |
Color Harmonies of #347EDE
Complementary color
Monochromatic Colors of #347EDE
Black with #347EDE
Text Example
Text Example
White with #347EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347EDE; }
p { color: rgb(52,126,222); }
H1.HeaderClassName
{
color: #347EDE;
}
.AnyTagClassName
{
color: #347EDE;
}
</style>
background-color css
<style>
a { background-color: #347EDE; }
a { background-color: rgb(52,126,222); }
div.DivClassName
{
background-color: #347EDE;
}
.BgClassName
{
background-color: #347EDE;
}
</style>
border-color css
<style>
span { border-color: #347EDE; }
span { border-color: rgb(52,126,222); }
td.TdClassName
{
border-color: #347EDE;
}
.TagClassName
{
border-color: #347EDE;
}
</style>