Shades of Royal Blue #3469DB
Tints of Royal Blue #3469DB
RGB
CMYK
RGB Variations
Color information
#3469DB (or 0x3469DB) is known color: Royal Blue. HEX triplet: 34, 69 and DB. RGB value is (52,105,219). Sum of RGB (Red+Green+Blue) = 52+105+219=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #3469DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469DB is #CB9624. Grayscale: #656565. Windows color (decimal): -13342245 or 14379316. OLE color: 14379316.
HSL color Cylindrical-coordinate representation of color #3469DB: hue angle of 220.96º 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 #3469DB is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 105 | 219 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.14 |
| HSL | 220.96º | 0.7% | 0.53% | - |
| HSV(B) | 220.96º | 0.76% | 0.86% | - |
| XYZ | 19.25 | 15.95 | 69.08 | - |
| YUV | 102.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 219 | 0.76 | 0.52 | 0 | 0.14 | 220.96 | 0.7 | 0.53 |
| Hex | 34 | 69 | DB | 4C | 34 | 0 | E | DD | 46 | 35 |
| Octal | 64 | 151 | 333 | 114 | 64 | 0 | 16 | 335 | 106 | 65 |
| Binary | 110100 | 1101001 | 11011011 | 1001100 | 110100 | 0 | 1110 | 11011101 | 1000110 | 110101 |
Color Harmonies of #3469DB
Complementary color
Monochromatic Colors of #3469DB
Black with #3469DB
Text Example
Text Example
White with #3469DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469DB; }
p { color: rgb(52,105,219); }
H1.HeaderClassName
{
color: #3469DB;
}
.AnyTagClassName
{
color: #3469DB;
}
</style>
background-color css
<style>
a { background-color: #3469DB; }
a { background-color: rgb(52,105,219); }
div.DivClassName
{
background-color: #3469DB;
}
.BgClassName
{
background-color: #3469DB;
}
</style>
border-color css
<style>
span { border-color: #3469DB; }
span { border-color: rgb(52,105,219); }
td.TdClassName
{
border-color: #3469DB;
}
.TagClassName
{
border-color: #3469DB;
}
</style>