Shades of Royal Blue #347FDD
Tints of Royal Blue #347FDD
RGB
CMYK
RGB Variations
Color information
#347FDD (or 0x347FDD) is known color: Royal Blue. HEX triplet: 34, 7F and DD. RGB value is (52,127,221). Sum of RGB (Red+Green+Blue) = 52+127+221=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #347FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FDD is #CB8022. Grayscale: #727272. Windows color (decimal): -13336611 or 14516020. OLE color: 14516020.
HSL color Cylindrical-coordinate representation of color #347FDD: hue angle of 213.37º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347FDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 127 | 221 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 213.37º | 0.71% | 0.54% | - |
| HSV(B) | 213.37º | 0.76% | 0.87% | - |
| XYZ | 22.06 | 21.13 | 71.32 | - |
| YUV | 115.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 221 | 0.76 | 0.43 | 0 | 0.13 | 213.37 | 0.71 | 0.54 |
| Hex | 34 | 7F | DD | 4C | 2B | 0 | D | D5 | 47 | 36 |
| Octal | 64 | 177 | 335 | 114 | 53 | 0 | 15 | 325 | 107 | 66 |
| Binary | 110100 | 1111111 | 11011101 | 1001100 | 101011 | 0 | 1101 | 11010101 | 1000111 | 110110 |
Color Harmonies of #347FDD
Complementary color
Monochromatic Colors of #347FDD
Black with #347FDD
Text Example
Text Example
White with #347FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347FDD; }
p { color: rgb(52,127,221); }
H1.HeaderClassName
{
color: #347FDD;
}
.AnyTagClassName
{
color: #347FDD;
}
</style>
background-color css
<style>
a { background-color: #347FDD; }
a { background-color: rgb(52,127,221); }
div.DivClassName
{
background-color: #347FDD;
}
.BgClassName
{
background-color: #347FDD;
}
</style>
border-color css
<style>
span { border-color: #347FDD; }
span { border-color: rgb(52,127,221); }
td.TdClassName
{
border-color: #347FDD;
}
.TagClassName
{
border-color: #347FDD;
}
</style>