Shades of Blue Gem #3A23AB
Tints of Blue Gem #3A23AB
RGB
CMYK
RGB Variations
Color information
#3A23AB (or 0x3A23AB) is known color: Blue Gem. HEX triplet: 3A, 23 and AB. RGB value is (58,35,171). Sum of RGB (Red+Green+Blue) = 58+35+171=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A23AB is #C5DC54. Grayscale: #383838. Windows color (decimal): -12966997 or 11215674. OLE color: 11215674.
HSL color Cylindrical-coordinate representation of color #3A23AB: hue angle of 250.15º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A23AB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 35 | 171 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.33 |
| HSL | 250.15º | 0.66% | 0.4% | - |
| HSV(B) | 250.15º | 0.8% | 0.67% | - |
| XYZ | 9.7 | 5.04 | 38.99 | - |
| YUV | 57.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 171 | 0.66 | 0.80 | 0 | 0.33 | 250.15 | 0.66 | 0.4 |
| Hex | 3A | 23 | AB | 42 | 50 | 0 | 21 | FA | 42 | 28 |
| Octal | 72 | 43 | 253 | 102 | 120 | 0 | 41 | 372 | 102 | 50 |
| Binary | 111010 | 100011 | 10101011 | 1000010 | 1010000 | 0 | 100001 | 11111010 | 1000010 | 101000 |
Color Harmonies of #3A23AB
Complementary color
Monochromatic Colors of #3A23AB
Black with #3A23AB
Text Example
Text Example
White with #3A23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A23AB; }
p { color: rgb(58,35,171); }
H1.HeaderClassName
{
color: #3A23AB;
}
.AnyTagClassName
{
color: #3A23AB;
}
</style>
background-color css
<style>
a { background-color: #3A23AB; }
a { background-color: rgb(58,35,171); }
div.DivClassName
{
background-color: #3A23AB;
}
.BgClassName
{
background-color: #3A23AB;
}
</style>
border-color css
<style>
span { border-color: #3A23AB; }
span { border-color: rgb(58,35,171); }
td.TdClassName
{
border-color: #3A23AB;
}
.TagClassName
{
border-color: #3A23AB;
}
</style>