Shades of Blue Gem #3A39AB
Tints of Blue Gem #3A39AB
RGB
CMYK
RGB Variations
Color information
#3A39AB (or 0x3A39AB) is known color: Blue Gem. HEX triplet: 3A, 39 and AB. RGB value is (58,57,171). Sum of RGB (Red+Green+Blue) = 58+57+171=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A39AB is #C5C654. Grayscale: #454545. Windows color (decimal): -12961365 or 11221306. OLE color: 11221306.
HSL color Cylindrical-coordinate representation of color #3A39AB: hue angle of 240.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A39AB is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 57 | 171 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.33 |
| HSL | 240.53º | 0.5% | 0.45% | - |
| HSV(B) | 240.53º | 0.67% | 0.67% | - |
| XYZ | 10.56 | 6.77 | 39.28 | - |
| YUV | 70.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 171 | 0.66 | 0.67 | 0 | 0.33 | 240.53 | 0.5 | 0.45 |
| Hex | 3A | 39 | AB | 42 | 43 | 0 | 21 | F1 | 32 | 2D |
| Octal | 72 | 71 | 253 | 102 | 103 | 0 | 41 | 361 | 62 | 55 |
| Binary | 111010 | 111001 | 10101011 | 1000010 | 1000011 | 0 | 100001 | 11110001 | 110010 | 101101 |
Color Harmonies of #3A39AB
Complementary color
Monochromatic Colors of #3A39AB
Black with #3A39AB
Text Example
Text Example
White with #3A39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A39AB; }
p { color: rgb(58,57,171); }
H1.HeaderClassName
{
color: #3A39AB;
}
.AnyTagClassName
{
color: #3A39AB;
}
</style>
background-color css
<style>
a { background-color: #3A39AB; }
a { background-color: rgb(58,57,171); }
div.DivClassName
{
background-color: #3A39AB;
}
.BgClassName
{
background-color: #3A39AB;
}
</style>
border-color css
<style>
span { border-color: #3A39AB; }
span { border-color: rgb(58,57,171); }
td.TdClassName
{
border-color: #3A39AB;
}
.TagClassName
{
border-color: #3A39AB;
}
</style>