Shades of Royal Blue #347BD5
Tints of Royal Blue #347BD5
RGB
CMYK
RGB Variations
Color information
#347BD5 (or 0x347BD5) is known color: Royal Blue. HEX triplet: 34, 7B and D5. RGB value is (52,123,213). Sum of RGB (Red+Green+Blue) = 52+123+213=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #347BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BD5 is #CB842A. Grayscale: #6F6F6F. Windows color (decimal): -13337643 or 13990708. OLE color: 13990708.
HSL color Cylindrical-coordinate representation of color #347BD5: hue angle of 213.54º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347BD5 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 123 | 213 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.16 |
| HSL | 213.54º | 0.66% | 0.52% | - |
| HSV(B) | 213.54º | 0.76% | 0.84% | - |
| XYZ | 20.51 | 19.7 | 65.67 | - |
| YUV | 112.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 213 | 0.76 | 0.42 | 0 | 0.16 | 213.54 | 0.66 | 0.52 |
| Hex | 34 | 7B | D5 | 4C | 2A | 0 | 10 | D6 | 42 | 34 |
| Octal | 64 | 173 | 325 | 114 | 52 | 0 | 20 | 326 | 102 | 64 |
| Binary | 110100 | 1111011 | 11010101 | 1001100 | 101010 | 0 | 10000 | 11010110 | 1000010 | 110100 |
Color Harmonies of #347BD5
Complementary color
Monochromatic Colors of #347BD5
Black with #347BD5
Text Example
Text Example
White with #347BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BD5; }
p { color: rgb(52,123,213); }
H1.HeaderClassName
{
color: #347BD5;
}
.AnyTagClassName
{
color: #347BD5;
}
</style>
background-color css
<style>
a { background-color: #347BD5; }
a { background-color: rgb(52,123,213); }
div.DivClassName
{
background-color: #347BD5;
}
.BgClassName
{
background-color: #347BD5;
}
</style>
border-color css
<style>
span { border-color: #347BD5; }
span { border-color: rgb(52,123,213); }
td.TdClassName
{
border-color: #347BD5;
}
.TagClassName
{
border-color: #347BD5;
}
</style>