Shades of Royal Blue #347ADD
Tints of Royal Blue #347ADD
RGB
CMYK
RGB Variations
Color information
#347ADD (or 0x347ADD) is known color: Royal Blue. HEX triplet: 34, 7A and DD. RGB value is (52,122,221). Sum of RGB (Red+Green+Blue) = 52+122+221=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #347ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ADD is #CB8522. Grayscale: #6F6F6F. Windows color (decimal): -13337891 or 14514740. OLE color: 14514740.
HSL color Cylindrical-coordinate representation of color #347ADD: hue angle of 215.15º 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 #347ADD is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 122 | 221 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.13 |
| HSL | 215.15º | 0.71% | 0.54% | - |
| HSV(B) | 215.15º | 0.76% | 0.87% | - |
| XYZ | 21.43 | 19.87 | 71.11 | - |
| YUV | 112.36 | 189.31 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 221 | 0.76 | 0.45 | 0 | 0.13 | 215.15 | 0.71 | 0.54 |
| Hex | 34 | 7A | DD | 4C | 2D | 0 | D | D7 | 47 | 36 |
| Octal | 64 | 172 | 335 | 114 | 55 | 0 | 15 | 327 | 107 | 66 |
| Binary | 110100 | 1111010 | 11011101 | 1001100 | 101101 | 0 | 1101 | 11010111 | 1000111 | 110110 |
Color Harmonies of #347ADD
Complementary color
Monochromatic Colors of #347ADD
Black with #347ADD
Text Example
Text Example
White with #347ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347ADD; }
p { color: rgb(52,122,221); }
H1.HeaderClassName
{
color: #347ADD;
}
.AnyTagClassName
{
color: #347ADD;
}
</style>
background-color css
<style>
a { background-color: #347ADD; }
a { background-color: rgb(52,122,221); }
div.DivClassName
{
background-color: #347ADD;
}
.BgClassName
{
background-color: #347ADD;
}
</style>
border-color css
<style>
span { border-color: #347ADD; }
span { border-color: rgb(52,122,221); }
td.TdClassName
{
border-color: #347ADD;
}
.TagClassName
{
border-color: #347ADD;
}
</style>