Shades of Royal Blue #3A59EB
Tints of Royal Blue #3A59EB
RGB
CMYK
RGB Variations
Color information
#3A59EB (or 0x3A59EB) is known color: Royal Blue. HEX triplet: 3A, 59 and EB. RGB value is (58,89,235). Sum of RGB (Red+Green+Blue) = 58+89+235=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A59EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A59EB is #C5A614. Grayscale: #5F5F5F. Windows color (decimal): -12953109 or 15423802. OLE color: 15423802.
HSL color Cylindrical-coordinate representation of color #3A59EB: hue angle of 229.49º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A59EB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 89 | 235 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.08 |
| HSL | 229.49º | 0.82% | 0.57% | - |
| HSV(B) | 229.49º | 0.75% | 0.92% | - |
| XYZ | 20.31 | 14.04 | 80.24 | - |
| YUV | 96.38 | 206.23 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 235 | 0.75 | 0.62 | 0 | 0.08 | 229.49 | 0.82 | 0.57 |
| Hex | 3A | 59 | EB | 4B | 3E | 0 | 8 | E5 | 52 | 39 |
| Octal | 72 | 131 | 353 | 113 | 76 | 0 | 10 | 345 | 122 | 71 |
| Binary | 111010 | 1011001 | 11101011 | 1001011 | 111110 | 0 | 1000 | 11100101 | 1010010 | 111001 |
Color Harmonies of #3A59EB
Complementary color
Monochromatic Colors of #3A59EB
Black with #3A59EB
Text Example
Text Example
White with #3A59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A59EB; }
p { color: rgb(58,89,235); }
H1.HeaderClassName
{
color: #3A59EB;
}
.AnyTagClassName
{
color: #3A59EB;
}
</style>
background-color css
<style>
a { background-color: #3A59EB; }
a { background-color: rgb(58,89,235); }
div.DivClassName
{
background-color: #3A59EB;
}
.BgClassName
{
background-color: #3A59EB;
}
</style>
border-color css
<style>
span { border-color: #3A59EB; }
span { border-color: rgb(58,89,235); }
td.TdClassName
{
border-color: #3A59EB;
}
.TagClassName
{
border-color: #3A59EB;
}
</style>