Shades of Royal Blue #3478DB
Tints of Royal Blue #3478DB
RGB
CMYK
RGB Variations
Color information
#3478DB (or 0x3478DB) is known color: Royal Blue. HEX triplet: 34, 78 and DB. RGB value is (52,120,219). Sum of RGB (Red+Green+Blue) = 52+120+219=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3478DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478DB is #CB8724. Grayscale: #6E6E6E. Windows color (decimal): -13338405 or 14383156. OLE color: 14383156.
HSL color Cylindrical-coordinate representation of color #3478DB: hue angle of 215.57º 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 #3478DB is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 120 | 219 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.14 |
| HSL | 215.57º | 0.7% | 0.53% | - |
| HSV(B) | 215.57º | 0.76% | 0.86% | - |
| XYZ | 20.92 | 19.28 | 69.64 | - |
| YUV | 110.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 219 | 0.76 | 0.45 | 0 | 0.14 | 215.57 | 0.7 | 0.53 |
| Hex | 34 | 78 | DB | 4C | 2D | 0 | E | D8 | 46 | 35 |
| Octal | 64 | 170 | 333 | 114 | 55 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110100 | 1111000 | 11011011 | 1001100 | 101101 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3478DB
Complementary color
Monochromatic Colors of #3478DB
Black with #3478DB
Text Example
Text Example
White with #3478DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3478DB; }
p { color: rgb(52,120,219); }
H1.HeaderClassName
{
color: #3478DB;
}
.AnyTagClassName
{
color: #3478DB;
}
</style>
background-color css
<style>
a { background-color: #3478DB; }
a { background-color: rgb(52,120,219); }
div.DivClassName
{
background-color: #3478DB;
}
.BgClassName
{
background-color: #3478DB;
}
</style>
border-color css
<style>
span { border-color: #3478DB; }
span { border-color: rgb(52,120,219); }
td.TdClassName
{
border-color: #3478DB;
}
.TagClassName
{
border-color: #3478DB;
}
</style>