Shades of Royal Blue #347EDB
Tints of Royal Blue #347EDB
RGB
CMYK
RGB Variations
Color information
#347EDB (or 0x347EDB) is known color: Royal Blue. HEX triplet: 34, 7E and DB. RGB value is (52,126,219). Sum of RGB (Red+Green+Blue) = 52+126+219=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #347EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EDB is #CB8124. Grayscale: #727272. Windows color (decimal): -13336869 or 14384692. OLE color: 14384692.
HSL color Cylindrical-coordinate representation of color #347EDB: hue angle of 213.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347EDB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 126 | 219 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.14 |
| HSL | 213.41º | 0.7% | 0.53% | - |
| HSV(B) | 213.41º | 0.76% | 0.86% | - |
| XYZ | 21.66 | 20.77 | 69.88 | - |
| YUV | 114.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 219 | 0.76 | 0.42 | 0 | 0.14 | 213.41 | 0.7 | 0.53 |
| Hex | 34 | 7E | DB | 4C | 2A | 0 | E | D5 | 46 | 35 |
| Octal | 64 | 176 | 333 | 114 | 52 | 0 | 16 | 325 | 106 | 65 |
| Binary | 110100 | 1111110 | 11011011 | 1001100 | 101010 | 0 | 1110 | 11010101 | 1000110 | 110101 |
Color Harmonies of #347EDB
Complementary color
Monochromatic Colors of #347EDB
Black with #347EDB
Text Example
Text Example
White with #347EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347EDB; }
p { color: rgb(52,126,219); }
H1.HeaderClassName
{
color: #347EDB;
}
.AnyTagClassName
{
color: #347EDB;
}
</style>
background-color css
<style>
a { background-color: #347EDB; }
a { background-color: rgb(52,126,219); }
div.DivClassName
{
background-color: #347EDB;
}
.BgClassName
{
background-color: #347EDB;
}
</style>
border-color css
<style>
span { border-color: #347EDB; }
span { border-color: rgb(52,126,219); }
td.TdClassName
{
border-color: #347EDB;
}
.TagClassName
{
border-color: #347EDB;
}
</style>