Shades of Royal Blue #3473DB
Tints of Royal Blue #3473DB
RGB
CMYK
RGB Variations
Color information
#3473DB (or 0x3473DB) is known color: Royal Blue. HEX triplet: 34, 73 and DB. RGB value is (52,115,219). Sum of RGB (Red+Green+Blue) = 52+115+219=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3473DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473DB is #CB8C24. Grayscale: #6B6B6B. Windows color (decimal): -13339685 or 14381876. OLE color: 14381876.
HSL color Cylindrical-coordinate representation of color #3473DB: hue angle of 217.37º 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 #3473DB is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 115 | 219 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.14 |
| HSL | 217.37º | 0.7% | 0.53% | - |
| HSV(B) | 217.37º | 0.76% | 0.86% | - |
| XYZ | 20.33 | 18.11 | 69.44 | - |
| YUV | 108.02 | 190.63 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 219 | 0.76 | 0.47 | 0 | 0.14 | 217.37 | 0.7 | 0.53 |
| Hex | 34 | 73 | DB | 4C | 2F | 0 | E | D9 | 46 | 35 |
| Octal | 64 | 163 | 333 | 114 | 57 | 0 | 16 | 331 | 106 | 65 |
| Binary | 110100 | 1110011 | 11011011 | 1001100 | 101111 | 0 | 1110 | 11011001 | 1000110 | 110101 |
Color Harmonies of #3473DB
Complementary color
Monochromatic Colors of #3473DB
Black with #3473DB
Text Example
Text Example
White with #3473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473DB; }
p { color: rgb(52,115,219); }
H1.HeaderClassName
{
color: #3473DB;
}
.AnyTagClassName
{
color: #3473DB;
}
</style>
background-color css
<style>
a { background-color: #3473DB; }
a { background-color: rgb(52,115,219); }
div.DivClassName
{
background-color: #3473DB;
}
.BgClassName
{
background-color: #3473DB;
}
</style>
border-color css
<style>
span { border-color: #3473DB; }
span { border-color: rgb(52,115,219); }
td.TdClassName
{
border-color: #3473DB;
}
.TagClassName
{
border-color: #3473DB;
}
</style>