Shades of Royal Blue #3479DC
Tints of Royal Blue #3479DC
RGB
CMYK
RGB Variations
Color information
#3479DC (or 0x3479DC) is known color: Royal Blue. HEX triplet: 34, 79 and DC. RGB value is (52,121,220). Sum of RGB (Red+Green+Blue) = 52+121+220=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #3479DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479DC is #CB8623. Grayscale: #6F6F6F. Windows color (decimal): -13338148 or 14448948. OLE color: 14448948.
HSL color Cylindrical-coordinate representation of color #3479DC: hue angle of 215.36º 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 #3479DC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 121 | 220 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.14 |
| HSL | 215.36º | 0.71% | 0.53% | - |
| HSV(B) | 215.36º | 0.76% | 0.86% | - |
| XYZ | 21.17 | 19.57 | 70.37 | - |
| YUV | 111.66 | 189.14 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 220 | 0.76 | 0.45 | 0 | 0.14 | 215.36 | 0.71 | 0.53 |
| Hex | 34 | 79 | DC | 4C | 2D | 0 | E | D7 | 47 | 35 |
| Octal | 64 | 171 | 334 | 114 | 55 | 0 | 16 | 327 | 107 | 65 |
| Binary | 110100 | 1111001 | 11011100 | 1001100 | 101101 | 0 | 1110 | 11010111 | 1000111 | 110101 |
Color Harmonies of #3479DC
Complementary color
Monochromatic Colors of #3479DC
Black with #3479DC
Text Example
Text Example
White with #3479DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3479DC; }
p { color: rgb(52,121,220); }
H1.HeaderClassName
{
color: #3479DC;
}
.AnyTagClassName
{
color: #3479DC;
}
</style>
background-color css
<style>
a { background-color: #3479DC; }
a { background-color: rgb(52,121,220); }
div.DivClassName
{
background-color: #3479DC;
}
.BgClassName
{
background-color: #3479DC;
}
</style>
border-color css
<style>
span { border-color: #3479DC; }
span { border-color: rgb(52,121,220); }
td.TdClassName
{
border-color: #3479DC;
}
.TagClassName
{
border-color: #3479DC;
}
</style>