Shades of Royal Blue #347FDA
Tints of Royal Blue #347FDA
RGB
CMYK
RGB Variations
Color information
#347FDA (or 0x347FDA) is known color: Royal Blue. HEX triplet: 34, 7F and DA. RGB value is (52,127,218). Sum of RGB (Red+Green+Blue) = 52+127+218=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #347FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FDA is #CB8025. Grayscale: #727272. Windows color (decimal): -13336614 or 14319412. OLE color: 14319412.
HSL color Cylindrical-coordinate representation of color #347FDA: hue angle of 212.89º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347FDA is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 127 | 218 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.15 |
| HSL | 212.89º | 0.69% | 0.53% | - |
| HSV(B) | 212.89º | 0.76% | 0.85% | - |
| XYZ | 21.66 | 20.97 | 69.24 | - |
| YUV | 114.95 | 186.15 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 218 | 0.76 | 0.42 | 0 | 0.15 | 212.89 | 0.69 | 0.53 |
| Hex | 34 | 7F | DA | 4C | 2A | 0 | F | D5 | 45 | 35 |
| Octal | 64 | 177 | 332 | 114 | 52 | 0 | 17 | 325 | 105 | 65 |
| Binary | 110100 | 1111111 | 11011010 | 1001100 | 101010 | 0 | 1111 | 11010101 | 1000101 | 110101 |
Color Harmonies of #347FDA
Complementary color
Monochromatic Colors of #347FDA
Black with #347FDA
Text Example
Text Example
White with #347FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347FDA; }
p { color: rgb(52,127,218); }
H1.HeaderClassName
{
color: #347FDA;
}
.AnyTagClassName
{
color: #347FDA;
}
</style>
background-color css
<style>
a { background-color: #347FDA; }
a { background-color: rgb(52,127,218); }
div.DivClassName
{
background-color: #347FDA;
}
.BgClassName
{
background-color: #347FDA;
}
</style>
border-color css
<style>
span { border-color: #347FDA; }
span { border-color: rgb(52,127,218); }
td.TdClassName
{
border-color: #347FDA;
}
.TagClassName
{
border-color: #347FDA;
}
</style>