Shades of Royal Blue #3468DB
Tints of Royal Blue #3468DB
RGB
CMYK
RGB Variations
Color information
#3468DB (or 0x3468DB) is known color: Royal Blue. HEX triplet: 34, 68 and DB. RGB value is (52,104,219). Sum of RGB (Red+Green+Blue) = 52+104+219=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #3468DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468DB is #CB9724. Grayscale: #656565. Windows color (decimal): -13342501 or 14379060. OLE color: 14379060.
HSL color Cylindrical-coordinate representation of color #3468DB: hue angle of 221.32º 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 #3468DB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 104 | 219 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.14 |
| HSL | 221.32º | 0.7% | 0.53% | - |
| HSV(B) | 221.32º | 0.76% | 0.86% | - |
| XYZ | 19.15 | 15.75 | 69.05 | - |
| YUV | 101.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 219 | 0.76 | 0.53 | 0 | 0.14 | 221.32 | 0.7 | 0.53 |
| Hex | 34 | 68 | DB | 4C | 35 | 0 | E | DD | 46 | 35 |
| Octal | 64 | 150 | 333 | 114 | 65 | 0 | 16 | 335 | 106 | 65 |
| Binary | 110100 | 1101000 | 11011011 | 1001100 | 110101 | 0 | 1110 | 11011101 | 1000110 | 110101 |
Color Harmonies of #3468DB
Complementary color
Monochromatic Colors of #3468DB
Black with #3468DB
Text Example
Text Example
White with #3468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3468DB; }
p { color: rgb(52,104,219); }
H1.HeaderClassName
{
color: #3468DB;
}
.AnyTagClassName
{
color: #3468DB;
}
</style>
background-color css
<style>
a { background-color: #3468DB; }
a { background-color: rgb(52,104,219); }
div.DivClassName
{
background-color: #3468DB;
}
.BgClassName
{
background-color: #3468DB;
}
</style>
border-color css
<style>
span { border-color: #3468DB; }
span { border-color: rgb(52,104,219); }
td.TdClassName
{
border-color: #3468DB;
}
.TagClassName
{
border-color: #3468DB;
}
</style>