Shades of Blue Gem #3A229B
Tints of Blue Gem #3A229B
RGB
CMYK
RGB Variations
Color information
#3A229B (or 0x3A229B) is known color: Blue Gem. HEX triplet: 3A, 22 and 9B. RGB value is (58,34,155). Sum of RGB (Red+Green+Blue) = 58+34+155=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A229B is #C5DD64. Grayscale: #363636. Windows color (decimal): -12967269 or 10166842. OLE color: 10166842.
HSL color Cylindrical-coordinate representation of color #3A229B: hue angle of 251.9º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A229B is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 34 | 155 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.39 |
| HSL | 251.9º | 0.64% | 0.37% | - |
| HSV(B) | 251.9º | 0.78% | 0.61% | - |
| XYZ | 8.23 | 4.41 | 31.43 | - |
| YUV | 54.97 | 184.45 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 155 | 0.63 | 0.78 | 0 | 0.39 | 251.9 | 0.64 | 0.37 |
| Hex | 3A | 22 | 9B | 3F | 4E | 0 | 27 | FC | 40 | 25 |
| Octal | 72 | 42 | 233 | 77 | 116 | 0 | 47 | 374 | 100 | 45 |
| Binary | 111010 | 100010 | 10011011 | 111111 | 1001110 | 0 | 100111 | 11111100 | 1000000 | 100101 |
Color Harmonies of #3A229B
Complementary color
Monochromatic Colors of #3A229B
Black with #3A229B
Text Example
Text Example
White with #3A229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A229B; }
p { color: rgb(58,34,155); }
H1.HeaderClassName
{
color: #3A229B;
}
.AnyTagClassName
{
color: #3A229B;
}
</style>
background-color css
<style>
a { background-color: #3A229B; }
a { background-color: rgb(58,34,155); }
div.DivClassName
{
background-color: #3A229B;
}
.BgClassName
{
background-color: #3A229B;
}
</style>
border-color css
<style>
span { border-color: #3A229B; }
span { border-color: rgb(58,34,155); }
td.TdClassName
{
border-color: #3A229B;
}
.TagClassName
{
border-color: #3A229B;
}
</style>