Shades of Blue Gem #3A2BA8
Tints of Blue Gem #3A2BA8
RGB
CMYK
RGB Variations
Color information
#3A2BA8 (or 0x3A2BA8) is known color: Blue Gem. HEX triplet: 3A, 2B and A8. RGB value is (58,43,168). Sum of RGB (Red+Green+Blue) = 58+43+168=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 168 (66.02% from 255 or 62.45% from 269); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A2BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2BA8 is #C5D457. Grayscale: #3D3D3D. Windows color (decimal): -12964952 or 11021114. OLE color: 11021114.
HSL color Cylindrical-coordinate representation of color #3A2BA8: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2BA8 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 43 | 168 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.34 |
| HSL | 247.2º | 0.59% | 0.41% | - |
| HSV(B) | 247.2º | 0.74% | 0.66% | - |
| XYZ | 9.68 | 5.45 | 37.59 | - |
| YUV | 61.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 168 | 0.65 | 0.74 | 0 | 0.34 | 247.2 | 0.59 | 0.41 |
| Hex | 3A | 2B | A8 | 41 | 4A | 0 | 22 | F7 | 3B | 29 |
| Octal | 72 | 53 | 250 | 101 | 112 | 0 | 42 | 367 | 73 | 51 |
| Binary | 111010 | 101011 | 10101000 | 1000001 | 1001010 | 0 | 100010 | 11110111 | 111011 | 101001 |
Color Harmonies of #3A2BA8
Complementary color
Monochromatic Colors of #3A2BA8
Black with #3A2BA8
Text Example
Text Example
White with #3A2BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BA8; }
p { color: rgb(58,43,168); }
H1.HeaderClassName
{
color: #3A2BA8;
}
.AnyTagClassName
{
color: #3A2BA8;
}
</style>
background-color css
<style>
a { background-color: #3A2BA8; }
a { background-color: rgb(58,43,168); }
div.DivClassName
{
background-color: #3A2BA8;
}
.BgClassName
{
background-color: #3A2BA8;
}
</style>
border-color css
<style>
span { border-color: #3A2BA8; }
span { border-color: rgb(58,43,168); }
td.TdClassName
{
border-color: #3A2BA8;
}
.TagClassName
{
border-color: #3A2BA8;
}
</style>