Shades of Blue Gem #3A229F
Tints of Blue Gem #3A229F
RGB
CMYK
RGB Variations
Color information
#3A229F (or 0x3A229F) is known color: Blue Gem. HEX triplet: 3A, 22 and 9F. RGB value is (58,34,159). Sum of RGB (Red+Green+Blue) = 58+34+159=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A229F is #C5DD60. Grayscale: #363636. Windows color (decimal): -12967265 or 10428986. OLE color: 10428986.
HSL color Cylindrical-coordinate representation of color #3A229F: hue angle of 251.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A229F is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 34 | 159 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.38 |
| HSL | 251.52º | 0.65% | 0.38% | - |
| HSV(B) | 251.52º | 0.79% | 0.62% | - |
| XYZ | 8.57 | 4.55 | 33.23 | - |
| YUV | 55.43 | 186.45 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 159 | 0.64 | 0.79 | 0 | 0.38 | 251.52 | 0.65 | 0.38 |
| Hex | 3A | 22 | 9F | 40 | 4F | 0 | 26 | FC | 41 | 26 |
| Octal | 72 | 42 | 237 | 100 | 117 | 0 | 46 | 374 | 101 | 46 |
| Binary | 111010 | 100010 | 10011111 | 1000000 | 1001111 | 0 | 100110 | 11111100 | 1000001 | 100110 |
Color Harmonies of #3A229F
Complementary color
Monochromatic Colors of #3A229F
Black with #3A229F
Text Example
Text Example
White with #3A229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A229F; }
p { color: rgb(58,34,159); }
H1.HeaderClassName
{
color: #3A229F;
}
.AnyTagClassName
{
color: #3A229F;
}
</style>
background-color css
<style>
a { background-color: #3A229F; }
a { background-color: rgb(58,34,159); }
div.DivClassName
{
background-color: #3A229F;
}
.BgClassName
{
background-color: #3A229F;
}
</style>
border-color css
<style>
span { border-color: #3A229F; }
span { border-color: rgb(58,34,159); }
td.TdClassName
{
border-color: #3A229F;
}
.TagClassName
{
border-color: #3A229F;
}
</style>