Shades of Blue Gem #3A2795
Tints of Blue Gem #3A2795
RGB
CMYK
RGB Variations
Color information
#3A2795 (or 0x3A2795) is known color: Blue Gem. HEX triplet: 3A, 27 and 95. RGB value is (58,39,149). Sum of RGB (Red+Green+Blue) = 58+39+149=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2795 is #C5D86A. Grayscale: #383838. Windows color (decimal): -12965995 or 9774906. OLE color: 9774906.
HSL color Cylindrical-coordinate representation of color #3A2795: hue angle of 250.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2795 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 39 | 149 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.42 |
| HSL | 250.36º | 0.59% | 0.37% | - |
| HSV(B) | 250.36º | 0.74% | 0.58% | - |
| XYZ | 7.9 | 4.52 | 28.89 | - |
| YUV | 57.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 149 | 0.61 | 0.74 | 0 | 0.42 | 250.36 | 0.59 | 0.37 |
| Hex | 3A | 27 | 95 | 3D | 4A | 0 | 2A | FA | 3B | 25 |
| Octal | 72 | 47 | 225 | 75 | 112 | 0 | 52 | 372 | 73 | 45 |
| Binary | 111010 | 100111 | 10010101 | 111101 | 1001010 | 0 | 101010 | 11111010 | 111011 | 100101 |
Color Harmonies of #3A2795
Complementary color
Monochromatic Colors of #3A2795
Black with #3A2795
Text Example
Text Example
White with #3A2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2795; }
p { color: rgb(58,39,149); }
H1.HeaderClassName
{
color: #3A2795;
}
.AnyTagClassName
{
color: #3A2795;
}
</style>
background-color css
<style>
a { background-color: #3A2795; }
a { background-color: rgb(58,39,149); }
div.DivClassName
{
background-color: #3A2795;
}
.BgClassName
{
background-color: #3A2795;
}
</style>
border-color css
<style>
span { border-color: #3A2795; }
span { border-color: rgb(58,39,149); }
td.TdClassName
{
border-color: #3A2795;
}
.TagClassName
{
border-color: #3A2795;
}
</style>