Shades of Blue Gem #3B2CAC
Tints of Blue Gem #3B2CAC
RGB
CMYK
RGB Variations
Color information
#3B2CAC (or 0x3B2CAC) is known color: Blue Gem. HEX triplet: 3B, 2C and AC. RGB value is (59,44,172). Sum of RGB (Red+Green+Blue) = 59+44+172=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B2CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2CAC is #C4D353. Grayscale: #3E3E3E. Windows color (decimal): -12899156 or 11283515. OLE color: 11283515.
HSL color Cylindrical-coordinate representation of color #3B2CAC: hue angle of 247.03º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2CAC is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 44 | 172 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.33 |
| HSL | 247.03º | 0.59% | 0.42% | - |
| HSV(B) | 247.03º | 0.74% | 0.67% | - |
| XYZ | 10.15 | 5.71 | 39.6 | - |
| YUV | 63.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 172 | 0.66 | 0.74 | 0 | 0.33 | 247.03 | 0.59 | 0.42 |
| Hex | 3B | 2C | AC | 42 | 4A | 0 | 21 | F7 | 3B | 2A |
| Octal | 73 | 54 | 254 | 102 | 112 | 0 | 41 | 367 | 73 | 52 |
| Binary | 111011 | 101100 | 10101100 | 1000010 | 1001010 | 0 | 100001 | 11110111 | 111011 | 101010 |
Color Harmonies of #3B2CAC
Complementary color
Monochromatic Colors of #3B2CAC
Black with #3B2CAC
Text Example
Text Example
White with #3B2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2CAC; }
p { color: rgb(59,44,172); }
H1.HeaderClassName
{
color: #3B2CAC;
}
.AnyTagClassName
{
color: #3B2CAC;
}
</style>
background-color css
<style>
a { background-color: #3B2CAC; }
a { background-color: rgb(59,44,172); }
div.DivClassName
{
background-color: #3B2CAC;
}
.BgClassName
{
background-color: #3B2CAC;
}
</style>
border-color css
<style>
span { border-color: #3B2CAC; }
span { border-color: rgb(59,44,172); }
td.TdClassName
{
border-color: #3B2CAC;
}
.TagClassName
{
border-color: #3B2CAC;
}
</style>