Shades of Royal Blue #3A59DB
Tints of Royal Blue #3A59DB
RGB
CMYK
RGB Variations
Color information
#3A59DB (or 0x3A59DB) is known color: Royal Blue. HEX triplet: 3A, 59 and DB. RGB value is (58,89,219). Sum of RGB (Red+Green+Blue) = 58+89+219=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A59DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A59DB is #C5A624. Grayscale: #5E5E5E. Windows color (decimal): -12953125 or 14375226. OLE color: 14375226.
HSL color Cylindrical-coordinate representation of color #3A59DB: hue angle of 228.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A59DB is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 89 | 219 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.14 |
| HSL | 228.45º | 0.69% | 0.54% | - |
| HSV(B) | 228.45º | 0.74% | 0.86% | - |
| XYZ | 18.1 | 13.16 | 68.6 | - |
| YUV | 94.55 | 198.23 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 219 | 0.74 | 0.59 | 0 | 0.14 | 228.45 | 0.69 | 0.54 |
| Hex | 3A | 59 | DB | 4A | 3B | 0 | E | E4 | 45 | 36 |
| Octal | 72 | 131 | 333 | 112 | 73 | 0 | 16 | 344 | 105 | 66 |
| Binary | 111010 | 1011001 | 11011011 | 1001010 | 111011 | 0 | 1110 | 11100100 | 1000101 | 110110 |
Color Harmonies of #3A59DB
Complementary color
Monochromatic Colors of #3A59DB
Black with #3A59DB
Text Example
Text Example
White with #3A59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A59DB; }
p { color: rgb(58,89,219); }
H1.HeaderClassName
{
color: #3A59DB;
}
.AnyTagClassName
{
color: #3A59DB;
}
</style>
background-color css
<style>
a { background-color: #3A59DB; }
a { background-color: rgb(58,89,219); }
div.DivClassName
{
background-color: #3A59DB;
}
.BgClassName
{
background-color: #3A59DB;
}
</style>
border-color css
<style>
span { border-color: #3A59DB; }
span { border-color: rgb(58,89,219); }
td.TdClassName
{
border-color: #3A59DB;
}
.TagClassName
{
border-color: #3A59DB;
}
</style>