Shades of Blue Gem #3A32AD
Tints of Blue Gem #3A32AD
RGB
CMYK
RGB Variations
Color information
#3A32AD (or 0x3A32AD) is known color: Blue Gem. HEX triplet: 3A, 32 and AD. RGB value is (58,50,173). Sum of RGB (Red+Green+Blue) = 58+50+173=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A32AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A32AD is #C5CD52. Grayscale: #414141. Windows color (decimal): -12963155 or 11350586. OLE color: 11350586.
HSL color Cylindrical-coordinate representation of color #3A32AD: hue angle of 243.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A32AD is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 50 | 173 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.32 |
| HSL | 243.9º | 0.55% | 0.44% | - |
| HSV(B) | 243.9º | 0.71% | 0.68% | - |
| XYZ | 10.43 | 6.2 | 40.18 | - |
| YUV | 66.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 173 | 0.66 | 0.71 | 0 | 0.32 | 243.9 | 0.55 | 0.44 |
| Hex | 3A | 32 | AD | 42 | 47 | 0 | 20 | F4 | 37 | 2C |
| Octal | 72 | 62 | 255 | 102 | 107 | 0 | 40 | 364 | 67 | 54 |
| Binary | 111010 | 110010 | 10101101 | 1000010 | 1000111 | 0 | 100000 | 11110100 | 110111 | 101100 |
Color Harmonies of #3A32AD
Complementary color
Monochromatic Colors of #3A32AD
Black with #3A32AD
Text Example
Text Example
White with #3A32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32AD; }
p { color: rgb(58,50,173); }
H1.HeaderClassName
{
color: #3A32AD;
}
.AnyTagClassName
{
color: #3A32AD;
}
</style>
background-color css
<style>
a { background-color: #3A32AD; }
a { background-color: rgb(58,50,173); }
div.DivClassName
{
background-color: #3A32AD;
}
.BgClassName
{
background-color: #3A32AD;
}
</style>
border-color css
<style>
span { border-color: #3A32AD; }
span { border-color: rgb(58,50,173); }
td.TdClassName
{
border-color: #3A32AD;
}
.TagClassName
{
border-color: #3A32AD;
}
</style>