Shades of Blue Gem #3A22AB
Tints of Blue Gem #3A22AB
RGB
CMYK
RGB Variations
Color information
#3A22AB (or 0x3A22AB) is known color: Blue Gem. HEX triplet: 3A, 22 and AB. RGB value is (58,34,171). Sum of RGB (Red+Green+Blue) = 58+34+171=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A22AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A22AB is #C5DD54. Grayscale: #383838. Windows color (decimal): -12967253 or 11215418. OLE color: 11215418.
HSL color Cylindrical-coordinate representation of color #3A22AB: hue angle of 250.51º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A22AB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 34 | 171 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.33 |
| HSL | 250.51º | 0.67% | 0.4% | - |
| HSV(B) | 250.51º | 0.8% | 0.67% | - |
| XYZ | 9.67 | 4.98 | 38.98 | - |
| YUV | 56.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 171 | 0.66 | 0.80 | 0 | 0.33 | 250.51 | 0.67 | 0.4 |
| Hex | 3A | 22 | AB | 42 | 50 | 0 | 21 | FB | 43 | 28 |
| Octal | 72 | 42 | 253 | 102 | 120 | 0 | 41 | 373 | 103 | 50 |
| Binary | 111010 | 100010 | 10101011 | 1000010 | 1010000 | 0 | 100001 | 11111011 | 1000011 | 101000 |
Color Harmonies of #3A22AB
Complementary color
Monochromatic Colors of #3A22AB
Black with #3A22AB
Text Example
Text Example
White with #3A22AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A22AB; }
p { color: rgb(58,34,171); }
H1.HeaderClassName
{
color: #3A22AB;
}
.AnyTagClassName
{
color: #3A22AB;
}
</style>
background-color css
<style>
a { background-color: #3A22AB; }
a { background-color: rgb(58,34,171); }
div.DivClassName
{
background-color: #3A22AB;
}
.BgClassName
{
background-color: #3A22AB;
}
</style>
border-color css
<style>
span { border-color: #3A22AB; }
span { border-color: rgb(58,34,171); }
td.TdClassName
{
border-color: #3A22AB;
}
.TagClassName
{
border-color: #3A22AB;
}
</style>