Shades of Royal Blue #3464DB
Tints of Royal Blue #3464DB
RGB
CMYK
RGB Variations
Color information
#3464DB (or 0x3464DB) is known color: Royal Blue. HEX triplet: 34, 64 and DB. RGB value is (52,100,219). Sum of RGB (Red+Green+Blue) = 52+100+219=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3464DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464DB is #CB9B24. Grayscale: #626262. Windows color (decimal): -13343525 or 14378036. OLE color: 14378036.
HSL color Cylindrical-coordinate representation of color #3464DB: hue angle of 222.75º 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 #3464DB is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 100 | 219 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.14 |
| HSL | 222.75º | 0.7% | 0.53% | - |
| HSV(B) | 222.75º | 0.76% | 0.86% | - |
| XYZ | 18.76 | 14.96 | 68.92 | - |
| YUV | 99.21 | 195.6 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 219 | 0.76 | 0.54 | 0 | 0.14 | 222.75 | 0.7 | 0.53 |
| Hex | 34 | 64 | DB | 4C | 36 | 0 | E | DF | 46 | 35 |
| Octal | 64 | 144 | 333 | 114 | 66 | 0 | 16 | 337 | 106 | 65 |
| Binary | 110100 | 1100100 | 11011011 | 1001100 | 110110 | 0 | 1110 | 11011111 | 1000110 | 110101 |
Color Harmonies of #3464DB
Complementary color
Monochromatic Colors of #3464DB
Black with #3464DB
Text Example
Text Example
White with #3464DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464DB; }
p { color: rgb(52,100,219); }
H1.HeaderClassName
{
color: #3464DB;
}
.AnyTagClassName
{
color: #3464DB;
}
</style>
background-color css
<style>
a { background-color: #3464DB; }
a { background-color: rgb(52,100,219); }
div.DivClassName
{
background-color: #3464DB;
}
.BgClassName
{
background-color: #3464DB;
}
</style>
border-color css
<style>
span { border-color: #3464DB; }
span { border-color: rgb(52,100,219); }
td.TdClassName
{
border-color: #3464DB;
}
.TagClassName
{
border-color: #3464DB;
}
</style>