Shades of Royal Blue #347BDB
Tints of Royal Blue #347BDB
RGB
CMYK
RGB Variations
Color information
#347BDB (or 0x347BDB) is known color: Royal Blue. HEX triplet: 34, 7B and DB. RGB value is (52,123,219). Sum of RGB (Red+Green+Blue) = 52+123+219=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #347BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BDB is #CB8424. Grayscale: #707070. Windows color (decimal): -13337637 or 14383924. OLE color: 14383924.
HSL color Cylindrical-coordinate representation of color #347BDB: hue angle of 214.49º 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 #347BDB is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 123 | 219 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.14 |
| HSL | 214.49º | 0.7% | 0.53% | - |
| HSV(B) | 214.49º | 0.76% | 0.86% | - |
| XYZ | 21.29 | 20.01 | 69.76 | - |
| YUV | 112.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 219 | 0.76 | 0.44 | 0 | 0.14 | 214.49 | 0.7 | 0.53 |
| Hex | 34 | 7B | DB | 4C | 2C | 0 | E | D6 | 46 | 35 |
| Octal | 64 | 173 | 333 | 114 | 54 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110100 | 1111011 | 11011011 | 1001100 | 101100 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #347BDB
Complementary color
Monochromatic Colors of #347BDB
Black with #347BDB
Text Example
Text Example
White with #347BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BDB; }
p { color: rgb(52,123,219); }
H1.HeaderClassName
{
color: #347BDB;
}
.AnyTagClassName
{
color: #347BDB;
}
</style>
background-color css
<style>
a { background-color: #347BDB; }
a { background-color: rgb(52,123,219); }
div.DivClassName
{
background-color: #347BDB;
}
.BgClassName
{
background-color: #347BDB;
}
</style>
border-color css
<style>
span { border-color: #347BDB; }
span { border-color: rgb(52,123,219); }
td.TdClassName
{
border-color: #347BDB;
}
.TagClassName
{
border-color: #347BDB;
}
</style>