Shades of Blue Gem #3A2593
Tints of Blue Gem #3A2593
RGB
CMYK
RGB Variations
Color information
#3A2593 (or 0x3A2593) is known color: Blue Gem. HEX triplet: 3A, 25 and 93. RGB value is (58,37,147). Sum of RGB (Red+Green+Blue) = 58+37+147=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A2593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2593 is #C5DA6C. Grayscale: #373737. Windows color (decimal): -12966509 or 9643322. OLE color: 9643322.
HSL color Cylindrical-coordinate representation of color #3A2593: hue angle of 251.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2593 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 37 | 147 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.42 |
| HSL | 251.45º | 0.6% | 0.36% | - |
| HSV(B) | 251.45º | 0.75% | 0.58% | - |
| XYZ | 7.67 | 4.33 | 28.03 | - |
| YUV | 55.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 147 | 0.61 | 0.75 | 0 | 0.42 | 251.45 | 0.6 | 0.36 |
| Hex | 3A | 25 | 93 | 3D | 4B | 0 | 2A | FB | 3C | 24 |
| Octal | 72 | 45 | 223 | 75 | 113 | 0 | 52 | 373 | 74 | 44 |
| Binary | 111010 | 100101 | 10010011 | 111101 | 1001011 | 0 | 101010 | 11111011 | 111100 | 100100 |
Color Harmonies of #3A2593
Complementary color
Monochromatic Colors of #3A2593
Black with #3A2593
Text Example
Text Example
White with #3A2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2593; }
p { color: rgb(58,37,147); }
H1.HeaderClassName
{
color: #3A2593;
}
.AnyTagClassName
{
color: #3A2593;
}
</style>
background-color css
<style>
a { background-color: #3A2593; }
a { background-color: rgb(58,37,147); }
div.DivClassName
{
background-color: #3A2593;
}
.BgClassName
{
background-color: #3A2593;
}
</style>
border-color css
<style>
span { border-color: #3A2593; }
span { border-color: rgb(58,37,147); }
td.TdClassName
{
border-color: #3A2593;
}
.TagClassName
{
border-color: #3A2593;
}
</style>