Shades of Royal Blue #347ADC
Tints of Royal Blue #347ADC
RGB
CMYK
RGB Variations
Color information
#347ADC (or 0x347ADC) is known color: Royal Blue. HEX triplet: 34, 7A and DC. RGB value is (52,122,220). Sum of RGB (Red+Green+Blue) = 52+122+220=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #347ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ADC is #CB8523. Grayscale: #6F6F6F. Windows color (decimal): -13337892 or 14449204. OLE color: 14449204.
HSL color Cylindrical-coordinate representation of color #347ADC: hue angle of 215º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347ADC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 122 | 220 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.14 |
| HSL | 215º | 0.71% | 0.53% | - |
| HSV(B) | 215º | 0.76% | 0.86% | - |
| XYZ | 21.29 | 19.82 | 70.41 | - |
| YUV | 112.24 | 188.81 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 220 | 0.76 | 0.45 | 0 | 0.14 | 215 | 0.71 | 0.53 |
| Hex | 34 | 7A | DC | 4C | 2D | 0 | E | D7 | 47 | 35 |
| Octal | 64 | 172 | 334 | 114 | 55 | 0 | 16 | 327 | 107 | 65 |
| Binary | 110100 | 1111010 | 11011100 | 1001100 | 101101 | 0 | 1110 | 11010111 | 1000111 | 110101 |
Color Harmonies of #347ADC
Complementary color
Monochromatic Colors of #347ADC
Black with #347ADC
Text Example
Text Example
White with #347ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347ADC; }
p { color: rgb(52,122,220); }
H1.HeaderClassName
{
color: #347ADC;
}
.AnyTagClassName
{
color: #347ADC;
}
</style>
background-color css
<style>
a { background-color: #347ADC; }
a { background-color: rgb(52,122,220); }
div.DivClassName
{
background-color: #347ADC;
}
.BgClassName
{
background-color: #347ADC;
}
</style>
border-color css
<style>
span { border-color: #347ADC; }
span { border-color: rgb(52,122,220); }
td.TdClassName
{
border-color: #347ADC;
}
.TagClassName
{
border-color: #347ADC;
}
</style>