Shades of Blue Gem #3B32AC
Tints of Blue Gem #3B32AC
RGB
CMYK
RGB Variations
Color information
#3B32AC (or 0x3B32AC) is known color: Blue Gem. HEX triplet: 3B, 32 and AC. RGB value is (59,50,172). Sum of RGB (Red+Green+Blue) = 59+50+172=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B32AC is #C4CD53. Grayscale: #424242. Windows color (decimal): -12897620 or 11285051. OLE color: 11285051.
HSL color Cylindrical-coordinate representation of color #3B32AC: hue angle of 244.43º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B32AC is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 50 | 172 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.33 |
| HSL | 244.43º | 0.55% | 0.44% | - |
| HSV(B) | 244.43º | 0.71% | 0.67% | - |
| XYZ | 10.39 | 6.19 | 39.68 | - |
| YUV | 66.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 172 | 0.66 | 0.71 | 0 | 0.33 | 244.43 | 0.55 | 0.44 |
| Hex | 3B | 32 | AC | 42 | 47 | 0 | 21 | F4 | 37 | 2C |
| Octal | 73 | 62 | 254 | 102 | 107 | 0 | 41 | 364 | 67 | 54 |
| Binary | 111011 | 110010 | 10101100 | 1000010 | 1000111 | 0 | 100001 | 11110100 | 110111 | 101100 |
Color Harmonies of #3B32AC
Complementary color
Monochromatic Colors of #3B32AC
Black with #3B32AC
Text Example
Text Example
White with #3B32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B32AC; }
p { color: rgb(59,50,172); }
H1.HeaderClassName
{
color: #3B32AC;
}
.AnyTagClassName
{
color: #3B32AC;
}
</style>
background-color css
<style>
a { background-color: #3B32AC; }
a { background-color: rgb(59,50,172); }
div.DivClassName
{
background-color: #3B32AC;
}
.BgClassName
{
background-color: #3B32AC;
}
</style>
border-color css
<style>
span { border-color: #3B32AC; }
span { border-color: rgb(59,50,172); }
td.TdClassName
{
border-color: #3B32AC;
}
.TagClassName
{
border-color: #3B32AC;
}
</style>