Shades of Royal Blue #3461DB
Tints of Royal Blue #3461DB
RGB
CMYK
RGB Variations
Color information
#3461DB (or 0x3461DB) is known color: Royal Blue. HEX triplet: 34, 61 and DB. RGB value is (52,97,219). Sum of RGB (Red+Green+Blue) = 52+97+219=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #3461DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461DB is #CB9E24. Grayscale: #606060. Windows color (decimal): -13344293 or 14377268. OLE color: 14377268.
HSL color Cylindrical-coordinate representation of color #3461DB: hue angle of 223.83º 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 #3461DB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 97 | 219 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.14 |
| HSL | 223.83º | 0.7% | 0.53% | - |
| HSV(B) | 223.83º | 0.76% | 0.86% | - |
| XYZ | 18.48 | 14.39 | 68.82 | - |
| YUV | 97.45 | 196.59 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 219 | 0.76 | 0.56 | 0 | 0.14 | 223.83 | 0.7 | 0.53 |
| Hex | 34 | 61 | DB | 4C | 38 | 0 | E | E0 | 46 | 35 |
| Octal | 64 | 141 | 333 | 114 | 70 | 0 | 16 | 340 | 106 | 65 |
| Binary | 110100 | 1100001 | 11011011 | 1001100 | 111000 | 0 | 1110 | 11100000 | 1000110 | 110101 |
Color Harmonies of #3461DB
Complementary color
Monochromatic Colors of #3461DB
Black with #3461DB
Text Example
Text Example
White with #3461DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3461DB; }
p { color: rgb(52,97,219); }
H1.HeaderClassName
{
color: #3461DB;
}
.AnyTagClassName
{
color: #3461DB;
}
</style>
background-color css
<style>
a { background-color: #3461DB; }
a { background-color: rgb(52,97,219); }
div.DivClassName
{
background-color: #3461DB;
}
.BgClassName
{
background-color: #3461DB;
}
</style>
border-color css
<style>
span { border-color: #3461DB; }
span { border-color: rgb(52,97,219); }
td.TdClassName
{
border-color: #3461DB;
}
.TagClassName
{
border-color: #3461DB;
}
</style>