Shades of Blue Gem #3B2AAA
Tints of Blue Gem #3B2AAA
RGB
CMYK
RGB Variations
Color information
#3B2AAA (or 0x3B2AAA) is known color: Blue Gem. HEX triplet: 3B, 2A and AA. RGB value is (59,42,170). Sum of RGB (Red+Green+Blue) = 59+42+170=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2AAA is #C4D555. Grayscale: #3D3D3D. Windows color (decimal): -12899670 or 11151931. OLE color: 11151931.
HSL color Cylindrical-coordinate representation of color #3B2AAA: hue angle of 247.97º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2AAA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 42 | 170 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.33 |
| HSL | 247.97º | 0.6% | 0.42% | - |
| HSV(B) | 247.97º | 0.75% | 0.67% | - |
| XYZ | 9.89 | 5.49 | 38.57 | - |
| YUV | 61.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 170 | 0.65 | 0.75 | 0 | 0.33 | 247.97 | 0.6 | 0.42 |
| Hex | 3B | 2A | AA | 41 | 4B | 0 | 21 | F8 | 3C | 2A |
| Octal | 73 | 52 | 252 | 101 | 113 | 0 | 41 | 370 | 74 | 52 |
| Binary | 111011 | 101010 | 10101010 | 1000001 | 1001011 | 0 | 100001 | 11111000 | 111100 | 101010 |
Color Harmonies of #3B2AAA
Complementary color
Monochromatic Colors of #3B2AAA
Black with #3B2AAA
Text Example
Text Example
White with #3B2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2AAA; }
p { color: rgb(59,42,170); }
H1.HeaderClassName
{
color: #3B2AAA;
}
.AnyTagClassName
{
color: #3B2AAA;
}
</style>
background-color css
<style>
a { background-color: #3B2AAA; }
a { background-color: rgb(59,42,170); }
div.DivClassName
{
background-color: #3B2AAA;
}
.BgClassName
{
background-color: #3B2AAA;
}
</style>
border-color css
<style>
span { border-color: #3B2AAA; }
span { border-color: rgb(59,42,170); }
td.TdClassName
{
border-color: #3B2AAA;
}
.TagClassName
{
border-color: #3B2AAA;
}
</style>