Shades of Royal Blue #347BE0
Tints of Royal Blue #347BE0
RGB
CMYK
RGB Variations
Color information
#347BE0 (or 0x347BE0) is known color: Royal Blue. HEX triplet: 34, 7B and E0. RGB value is (52,123,224). Sum of RGB (Red+Green+Blue) = 52+123+224=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #347BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BE0 is #CB841F. Grayscale: #707070. Windows color (decimal): -13337632 or 14711604. OLE color: 14711604.
HSL color Cylindrical-coordinate representation of color #347BE0: hue angle of 215.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #347BE0 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 123 | 224 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.12 |
| HSL | 215.23º | 0.74% | 0.54% | - |
| HSV(B) | 215.23º | 0.77% | 0.88% | - |
| XYZ | 21.95 | 20.28 | 73.28 | - |
| YUV | 113.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 224 | 0.77 | 0.45 | 0 | 0.12 | 215.23 | 0.74 | 0.54 |
| Hex | 34 | 7B | E0 | 4D | 2D | 0 | C | D7 | 4A | 36 |
| Octal | 64 | 173 | 340 | 115 | 55 | 0 | 14 | 327 | 112 | 66 |
| Binary | 110100 | 1111011 | 11100000 | 1001101 | 101101 | 0 | 1100 | 11010111 | 1001010 | 110110 |
Color Harmonies of #347BE0
Complementary color
Monochromatic Colors of #347BE0
Black with #347BE0
Text Example
Text Example
White with #347BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BE0; }
p { color: rgb(52,123,224); }
H1.HeaderClassName
{
color: #347BE0;
}
.AnyTagClassName
{
color: #347BE0;
}
</style>
background-color css
<style>
a { background-color: #347BE0; }
a { background-color: rgb(52,123,224); }
div.DivClassName
{
background-color: #347BE0;
}
.BgClassName
{
background-color: #347BE0;
}
</style>
border-color css
<style>
span { border-color: #347BE0; }
span { border-color: rgb(52,123,224); }
td.TdClassName
{
border-color: #347BE0;
}
.TagClassName
{
border-color: #347BE0;
}
</style>