Shades of Blue Gem #3B2FAC
Tints of Blue Gem #3B2FAC
RGB
CMYK
RGB Variations
Color information
#3B2FAC (or 0x3B2FAC) is known color: Blue Gem. HEX triplet: 3B, 2F and AC. RGB value is (59,47,172). Sum of RGB (Red+Green+Blue) = 59+47+172=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B2FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2FAC is #C4D053. Grayscale: #404040. Windows color (decimal): -12898388 or 11284283. OLE color: 11284283.
HSL color Cylindrical-coordinate representation of color #3B2FAC: hue angle of 245.76º degrees, saturation: 0.57, 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 #3B2FAC is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 47 | 172 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.33 |
| HSL | 245.76º | 0.57% | 0.43% | - |
| HSV(B) | 245.76º | 0.73% | 0.67% | - |
| XYZ | 10.27 | 5.94 | 39.64 | - |
| YUV | 64.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 172 | 0.66 | 0.73 | 0 | 0.33 | 245.76 | 0.57 | 0.43 |
| Hex | 3B | 2F | AC | 42 | 49 | 0 | 21 | F6 | 39 | 2B |
| Octal | 73 | 57 | 254 | 102 | 111 | 0 | 41 | 366 | 71 | 53 |
| Binary | 111011 | 101111 | 10101100 | 1000010 | 1001001 | 0 | 100001 | 11110110 | 111001 | 101011 |
Color Harmonies of #3B2FAC
Complementary color
Monochromatic Colors of #3B2FAC
Black with #3B2FAC
Text Example
Text Example
White with #3B2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FAC; }
p { color: rgb(59,47,172); }
H1.HeaderClassName
{
color: #3B2FAC;
}
.AnyTagClassName
{
color: #3B2FAC;
}
</style>
background-color css
<style>
a { background-color: #3B2FAC; }
a { background-color: rgb(59,47,172); }
div.DivClassName
{
background-color: #3B2FAC;
}
.BgClassName
{
background-color: #3B2FAC;
}
</style>
border-color css
<style>
span { border-color: #3B2FAC; }
span { border-color: rgb(59,47,172); }
td.TdClassName
{
border-color: #3B2FAC;
}
.TagClassName
{
border-color: #3B2FAC;
}
</style>