Shades of Royal Blue #347FDB
Tints of Royal Blue #347FDB
RGB
CMYK
RGB Variations
Color information
#347FDB (or 0x347FDB) is known color: Royal Blue. HEX triplet: 34, 7F and DB. RGB value is (52,127,219). Sum of RGB (Red+Green+Blue) = 52+127+219=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #347FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FDB is #CB8024. Grayscale: #727272. Windows color (decimal): -13336613 or 14384948. OLE color: 14384948.
HSL color Cylindrical-coordinate representation of color #347FDB: hue angle of 213.05º 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 #347FDB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 127 | 219 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.14 |
| HSL | 213.05º | 0.7% | 0.53% | - |
| HSV(B) | 213.05º | 0.76% | 0.86% | - |
| XYZ | 21.79 | 21.02 | 69.93 | - |
| YUV | 115.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 219 | 0.76 | 0.42 | 0 | 0.14 | 213.05 | 0.7 | 0.53 |
| Hex | 34 | 7F | DB | 4C | 2A | 0 | E | D5 | 46 | 35 |
| Octal | 64 | 177 | 333 | 114 | 52 | 0 | 16 | 325 | 106 | 65 |
| Binary | 110100 | 1111111 | 11011011 | 1001100 | 101010 | 0 | 1110 | 11010101 | 1000110 | 110101 |
Color Harmonies of #347FDB
Complementary color
Monochromatic Colors of #347FDB
Black with #347FDB
Text Example
Text Example
White with #347FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347FDB; }
p { color: rgb(52,127,219); }
H1.HeaderClassName
{
color: #347FDB;
}
.AnyTagClassName
{
color: #347FDB;
}
</style>
background-color css
<style>
a { background-color: #347FDB; }
a { background-color: rgb(52,127,219); }
div.DivClassName
{
background-color: #347FDB;
}
.BgClassName
{
background-color: #347FDB;
}
</style>
border-color css
<style>
span { border-color: #347FDB; }
span { border-color: rgb(52,127,219); }
td.TdClassName
{
border-color: #347FDB;
}
.TagClassName
{
border-color: #347FDB;
}
</style>