Shades of Royal Blue #3A59D9
Tints of Royal Blue #3A59D9
RGB
CMYK
RGB Variations
Color information
#3A59D9 (or 0x3A59D9) is known color: Royal Blue. HEX triplet: 3A, 59 and D9. RGB value is (58,89,217). Sum of RGB (Red+Green+Blue) = 58+89+217=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 217 (85.16% from 255 or 59.62% from 364); Max value from RGB is 217 - color contains mainly: blue. Hex color #3A59D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A59D9 is #C5A626. Grayscale: #5D5D5D. Windows color (decimal): -12953127 or 14244154. OLE color: 14244154.
HSL color Cylindrical-coordinate representation of color #3A59D9: hue angle of 228.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A59D9 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 89 | 217 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.15 |
| HSL | 228.3º | 0.68% | 0.54% | - |
| HSV(B) | 228.3º | 0.73% | 0.85% | - |
| XYZ | 17.84 | 13.05 | 67.22 | - |
| YUV | 94.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 217 | 0.73 | 0.59 | 0 | 0.15 | 228.3 | 0.68 | 0.54 |
| Hex | 3A | 59 | D9 | 49 | 3B | 0 | F | E4 | 44 | 36 |
| Octal | 72 | 131 | 331 | 111 | 73 | 0 | 17 | 344 | 104 | 66 |
| Binary | 111010 | 1011001 | 11011001 | 1001001 | 111011 | 0 | 1111 | 11100100 | 1000100 | 110110 |
Color Harmonies of #3A59D9
Complementary color
Monochromatic Colors of #3A59D9
Black with #3A59D9
Text Example
Text Example
White with #3A59D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A59D9; }
p { color: rgb(58,89,217); }
H1.HeaderClassName
{
color: #3A59D9;
}
.AnyTagClassName
{
color: #3A59D9;
}
</style>
background-color css
<style>
a { background-color: #3A59D9; }
a { background-color: rgb(58,89,217); }
div.DivClassName
{
background-color: #3A59D9;
}
.BgClassName
{
background-color: #3A59D9;
}
</style>
border-color css
<style>
span { border-color: #3A59D9; }
span { border-color: rgb(58,89,217); }
td.TdClassName
{
border-color: #3A59D9;
}
.TagClassName
{
border-color: #3A59D9;
}
</style>