Shades of Blue Gem #3B2BAA
Tints of Blue Gem #3B2BAA
RGB
CMYK
RGB Variations
Color information
#3B2BAA (or 0x3B2BAA) is known color: Blue Gem. HEX triplet: 3B, 2B and AA. RGB value is (59,43,170). Sum of RGB (Red+Green+Blue) = 59+43+170=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2BAA is #C4D455. Grayscale: #3D3D3D. Windows color (decimal): -12899414 or 11152187. OLE color: 11152187.
HSL color Cylindrical-coordinate representation of color #3B2BAA: hue angle of 247.56º 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 #3B2BAA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 43 | 170 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.33 |
| HSL | 247.56º | 0.6% | 0.42% | - |
| HSV(B) | 247.56º | 0.75% | 0.67% | - |
| XYZ | 9.92 | 5.56 | 38.58 | - |
| YUV | 62.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 170 | 0.65 | 0.75 | 0 | 0.33 | 247.56 | 0.6 | 0.42 |
| Hex | 3B | 2B | AA | 41 | 4B | 0 | 21 | F8 | 3C | 2A |
| Octal | 73 | 53 | 252 | 101 | 113 | 0 | 41 | 370 | 74 | 52 |
| Binary | 111011 | 101011 | 10101010 | 1000001 | 1001011 | 0 | 100001 | 11111000 | 111100 | 101010 |
Color Harmonies of #3B2BAA
Complementary color
Monochromatic Colors of #3B2BAA
Black with #3B2BAA
Text Example
Text Example
White with #3B2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2BAA; }
p { color: rgb(59,43,170); }
H1.HeaderClassName
{
color: #3B2BAA;
}
.AnyTagClassName
{
color: #3B2BAA;
}
</style>
background-color css
<style>
a { background-color: #3B2BAA; }
a { background-color: rgb(59,43,170); }
div.DivClassName
{
background-color: #3B2BAA;
}
.BgClassName
{
background-color: #3B2BAA;
}
</style>
border-color css
<style>
span { border-color: #3B2BAA; }
span { border-color: rgb(59,43,170); }
td.TdClassName
{
border-color: #3B2BAA;
}
.TagClassName
{
border-color: #3B2BAA;
}
</style>