Shades of Blue Gem #3B2BAC
Tints of Blue Gem #3B2BAC
RGB
CMYK
RGB Variations
Color information
#3B2BAC (or 0x3B2BAC) is known color: Blue Gem. HEX triplet: 3B, 2B and AC. RGB value is (59,43,172). Sum of RGB (Red+Green+Blue) = 59+43+172=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B2BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2BAC is #C4D453. Grayscale: #3D3D3D. Windows color (decimal): -12899412 or 11283259. OLE color: 11283259.
HSL color Cylindrical-coordinate representation of color #3B2BAC: hue angle of 247.44º 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 #3B2BAC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 43 | 172 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.33 |
| HSL | 247.44º | 0.6% | 0.42% | - |
| HSV(B) | 247.44º | 0.75% | 0.67% | - |
| XYZ | 10.11 | 5.64 | 39.58 | - |
| YUV | 62.49 | 189.8 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 172 | 0.66 | 0.75 | 0 | 0.33 | 247.44 | 0.6 | 0.42 |
| Hex | 3B | 2B | AC | 42 | 4B | 0 | 21 | F7 | 3C | 2A |
| Octal | 73 | 53 | 254 | 102 | 113 | 0 | 41 | 367 | 74 | 52 |
| Binary | 111011 | 101011 | 10101100 | 1000010 | 1001011 | 0 | 100001 | 11110111 | 111100 | 101010 |
Color Harmonies of #3B2BAC
Complementary color
Monochromatic Colors of #3B2BAC
Black with #3B2BAC
Text Example
Text Example
White with #3B2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2BAC; }
p { color: rgb(59,43,172); }
H1.HeaderClassName
{
color: #3B2BAC;
}
.AnyTagClassName
{
color: #3B2BAC;
}
</style>
background-color css
<style>
a { background-color: #3B2BAC; }
a { background-color: rgb(59,43,172); }
div.DivClassName
{
background-color: #3B2BAC;
}
.BgClassName
{
background-color: #3B2BAC;
}
</style>
border-color css
<style>
span { border-color: #3B2BAC; }
span { border-color: rgb(59,43,172); }
td.TdClassName
{
border-color: #3B2BAC;
}
.TagClassName
{
border-color: #3B2BAC;
}
</style>