Shades of Royal Blue #3254DB
Tints of Royal Blue #3254DB
RGB
CMYK
RGB Variations
Color information
#3254DB (or 0x3254DB) is known color: Royal Blue. HEX triplet: 32, 54 and DB. RGB value is (50,84,219). Sum of RGB (Red+Green+Blue) = 50+84+219=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #3254DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254DB is #CDAB24. Grayscale: #585858. Windows color (decimal): -13478693 or 14373938. OLE color: 14373938.
HSL color Cylindrical-coordinate representation of color #3254DB: hue angle of 227.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3254DB is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 84 | 219 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.14 |
| HSL | 227.93º | 0.7% | 0.53% | - |
| HSV(B) | 227.93º | 0.77% | 0.86% | - |
| XYZ | 17.27 | 12.13 | 68.45 | - |
| YUV | 89.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 219 | 0.77 | 0.62 | 0 | 0.14 | 227.93 | 0.7 | 0.53 |
| Hex | 32 | 54 | DB | 4D | 3E | 0 | E | E4 | 46 | 35 |
| Octal | 62 | 124 | 333 | 115 | 76 | 0 | 16 | 344 | 106 | 65 |
| Binary | 110010 | 1010100 | 11011011 | 1001101 | 111110 | 0 | 1110 | 11100100 | 1000110 | 110101 |
Color Harmonies of #3254DB
Complementary color
Monochromatic Colors of #3254DB
Black with #3254DB
Text Example
Text Example
White with #3254DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3254DB; }
p { color: rgb(50,84,219); }
H1.HeaderClassName
{
color: #3254DB;
}
.AnyTagClassName
{
color: #3254DB;
}
</style>
background-color css
<style>
a { background-color: #3254DB; }
a { background-color: rgb(50,84,219); }
div.DivClassName
{
background-color: #3254DB;
}
.BgClassName
{
background-color: #3254DB;
}
</style>
border-color css
<style>
span { border-color: #3254DB; }
span { border-color: rgb(50,84,219); }
td.TdClassName
{
border-color: #3254DB;
}
.TagClassName
{
border-color: #3254DB;
}
</style>