Shades of Blue Gem #3A2BAE
Tints of Blue Gem #3A2BAE
RGB
CMYK
RGB Variations
Color information
#3A2BAE (or 0x3A2BAE) is known color: Blue Gem. HEX triplet: 3A, 2B and AE. RGB value is (58,43,174). Sum of RGB (Red+Green+Blue) = 58+43+174=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2BAE is #C5D451. Grayscale: #3D3D3D. Windows color (decimal): -12964946 or 11414330. OLE color: 11414330.
HSL color Cylindrical-coordinate representation of color #3A2BAE: hue angle of 246.87º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2BAE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 43 | 174 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.32 |
| HSL | 246.87º | 0.6% | 0.43% | - |
| HSV(B) | 246.87º | 0.75% | 0.68% | - |
| XYZ | 10.25 | 5.68 | 40.6 | - |
| YUV | 62.42 | 190.97 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 174 | 0.67 | 0.75 | 0 | 0.32 | 246.87 | 0.6 | 0.43 |
| Hex | 3A | 2B | AE | 43 | 4B | 0 | 20 | F7 | 3C | 2B |
| Octal | 72 | 53 | 256 | 103 | 113 | 0 | 40 | 367 | 74 | 53 |
| Binary | 111010 | 101011 | 10101110 | 1000011 | 1001011 | 0 | 100000 | 11110111 | 111100 | 101011 |
Color Harmonies of #3A2BAE
Complementary color
Monochromatic Colors of #3A2BAE
Black with #3A2BAE
Text Example
Text Example
White with #3A2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BAE; }
p { color: rgb(58,43,174); }
H1.HeaderClassName
{
color: #3A2BAE;
}
.AnyTagClassName
{
color: #3A2BAE;
}
</style>
background-color css
<style>
a { background-color: #3A2BAE; }
a { background-color: rgb(58,43,174); }
div.DivClassName
{
background-color: #3A2BAE;
}
.BgClassName
{
background-color: #3A2BAE;
}
</style>
border-color css
<style>
span { border-color: #3A2BAE; }
span { border-color: rgb(58,43,174); }
td.TdClassName
{
border-color: #3A2BAE;
}
.TagClassName
{
border-color: #3A2BAE;
}
</style>