Shades of Royal Blue #3479DB
Tints of Royal Blue #3479DB
RGB
CMYK
RGB Variations
Color information
#3479DB (or 0x3479DB) is known color: Royal Blue. HEX triplet: 34, 79 and DB. RGB value is (52,121,219). Sum of RGB (Red+Green+Blue) = 52+121+219=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #3479DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479DB is #CB8624. Grayscale: #6F6F6F. Windows color (decimal): -13338149 or 14383412. OLE color: 14383412.
HSL color Cylindrical-coordinate representation of color #3479DB: hue angle of 215.21º degrees, saturation: 0.7, 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 #3479DB is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 121 | 219 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.14 |
| HSL | 215.21º | 0.7% | 0.53% | - |
| HSV(B) | 215.21º | 0.76% | 0.86% | - |
| XYZ | 21.04 | 19.52 | 69.68 | - |
| YUV | 111.54 | 188.64 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 219 | 0.76 | 0.45 | 0 | 0.14 | 215.21 | 0.7 | 0.53 |
| Hex | 34 | 79 | DB | 4C | 2D | 0 | E | D7 | 46 | 35 |
| Octal | 64 | 171 | 333 | 114 | 55 | 0 | 16 | 327 | 106 | 65 |
| Binary | 110100 | 1111001 | 11011011 | 1001100 | 101101 | 0 | 1110 | 11010111 | 1000110 | 110101 |
Color Harmonies of #3479DB
Complementary color
Monochromatic Colors of #3479DB
Black with #3479DB
Text Example
Text Example
White with #3479DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3479DB; }
p { color: rgb(52,121,219); }
H1.HeaderClassName
{
color: #3479DB;
}
.AnyTagClassName
{
color: #3479DB;
}
</style>
background-color css
<style>
a { background-color: #3479DB; }
a { background-color: rgb(52,121,219); }
div.DivClassName
{
background-color: #3479DB;
}
.BgClassName
{
background-color: #3479DB;
}
</style>
border-color css
<style>
span { border-color: #3479DB; }
span { border-color: rgb(52,121,219); }
td.TdClassName
{
border-color: #3479DB;
}
.TagClassName
{
border-color: #3479DB;
}
</style>