Shades of Blue Gem #3B2EAC
Tints of Blue Gem #3B2EAC
RGB
CMYK
RGB Variations
Color information
#3B2EAC (or 0x3B2EAC) is known color: Blue Gem. HEX triplet: 3B, 2E and AC. RGB value is (59,46,172). Sum of RGB (Red+Green+Blue) = 59+46+172=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B2EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2EAC is #C4D153. Grayscale: #3F3F3F. Windows color (decimal): -12898644 or 11284027. OLE color: 11284027.
HSL color Cylindrical-coordinate representation of color #3B2EAC: hue angle of 246.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2EAC is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 46 | 172 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.33 |
| HSL | 246.19º | 0.58% | 0.43% | - |
| HSV(B) | 246.19º | 0.73% | 0.67% | - |
| XYZ | 10.23 | 5.86 | 39.62 | - |
| YUV | 64.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 172 | 0.66 | 0.73 | 0 | 0.33 | 246.19 | 0.58 | 0.43 |
| Hex | 3B | 2E | AC | 42 | 49 | 0 | 21 | F6 | 3A | 2B |
| Octal | 73 | 56 | 254 | 102 | 111 | 0 | 41 | 366 | 72 | 53 |
| Binary | 111011 | 101110 | 10101100 | 1000010 | 1001001 | 0 | 100001 | 11110110 | 111010 | 101011 |
Color Harmonies of #3B2EAC
Complementary color
Monochromatic Colors of #3B2EAC
Black with #3B2EAC
Text Example
Text Example
White with #3B2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2EAC; }
p { color: rgb(59,46,172); }
H1.HeaderClassName
{
color: #3B2EAC;
}
.AnyTagClassName
{
color: #3B2EAC;
}
</style>
background-color css
<style>
a { background-color: #3B2EAC; }
a { background-color: rgb(59,46,172); }
div.DivClassName
{
background-color: #3B2EAC;
}
.BgClassName
{
background-color: #3B2EAC;
}
</style>
border-color css
<style>
span { border-color: #3B2EAC; }
span { border-color: rgb(59,46,172); }
td.TdClassName
{
border-color: #3B2EAC;
}
.TagClassName
{
border-color: #3B2EAC;
}
</style>