Shades of Royal Blue #3A5AD9
Tints of Royal Blue #3A5AD9
RGB
CMYK
RGB Variations
Color information
#3A5AD9 (or 0x3A5AD9) is known color: Royal Blue. HEX triplet: 3A, 5A and D9. RGB value is (58,90,217). Sum of RGB (Red+Green+Blue) = 58+90+217=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #3A5AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5AD9 is #C5A526. Grayscale: #5E5E5E. Windows color (decimal): -12952871 or 14244410. OLE color: 14244410.
HSL color Cylindrical-coordinate representation of color #3A5AD9: hue angle of 227.92º 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 #3A5AD9 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 90 | 217 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.15 |
| HSL | 227.92º | 0.68% | 0.54% | - |
| HSV(B) | 227.92º | 0.73% | 0.85% | - |
| XYZ | 17.93 | 13.22 | 67.25 | - |
| YUV | 94.91 | 196.9 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 217 | 0.73 | 0.59 | 0 | 0.15 | 227.92 | 0.68 | 0.54 |
| Hex | 3A | 5A | D9 | 49 | 3B | 0 | F | E4 | 44 | 36 |
| Octal | 72 | 132 | 331 | 111 | 73 | 0 | 17 | 344 | 104 | 66 |
| Binary | 111010 | 1011010 | 11011001 | 1001001 | 111011 | 0 | 1111 | 11100100 | 1000100 | 110110 |
Color Harmonies of #3A5AD9
Complementary color
Monochromatic Colors of #3A5AD9
Black with #3A5AD9
Text Example
Text Example
White with #3A5AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5AD9; }
p { color: rgb(58,90,217); }
H1.HeaderClassName
{
color: #3A5AD9;
}
.AnyTagClassName
{
color: #3A5AD9;
}
</style>
background-color css
<style>
a { background-color: #3A5AD9; }
a { background-color: rgb(58,90,217); }
div.DivClassName
{
background-color: #3A5AD9;
}
.BgClassName
{
background-color: #3A5AD9;
}
</style>
border-color css
<style>
span { border-color: #3A5AD9; }
span { border-color: rgb(58,90,217); }
td.TdClassName
{
border-color: #3A5AD9;
}
.TagClassName
{
border-color: #3A5AD9;
}
</style>