Shades of Blue Gem #3A24AA
Tints of Blue Gem #3A24AA
RGB
CMYK
RGB Variations
Color information
#3A24AA (or 0x3A24AA) is known color: Blue Gem. HEX triplet: 3A, 24 and AA. RGB value is (58,36,170). Sum of RGB (Red+Green+Blue) = 58+36+170=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A24AA is #C5DB55. Grayscale: #393939. Windows color (decimal): -12966742 or 11150394. OLE color: 11150394.
HSL color Cylindrical-coordinate representation of color #3A24AA: hue angle of 249.85º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A24AA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 36 | 170 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.33 |
| HSL | 249.85º | 0.65% | 0.4% | - |
| HSV(B) | 249.85º | 0.79% | 0.67% | - |
| XYZ | 9.63 | 5.06 | 38.5 | - |
| YUV | 57.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 170 | 0.66 | 0.79 | 0 | 0.33 | 249.85 | 0.65 | 0.4 |
| Hex | 3A | 24 | AA | 42 | 4F | 0 | 21 | FA | 41 | 28 |
| Octal | 72 | 44 | 252 | 102 | 117 | 0 | 41 | 372 | 101 | 50 |
| Binary | 111010 | 100100 | 10101010 | 1000010 | 1001111 | 0 | 100001 | 11111010 | 1000001 | 101000 |
Color Harmonies of #3A24AA
Complementary color
Monochromatic Colors of #3A24AA
Black with #3A24AA
Text Example
Text Example
White with #3A24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A24AA; }
p { color: rgb(58,36,170); }
H1.HeaderClassName
{
color: #3A24AA;
}
.AnyTagClassName
{
color: #3A24AA;
}
</style>
background-color css
<style>
a { background-color: #3A24AA; }
a { background-color: rgb(58,36,170); }
div.DivClassName
{
background-color: #3A24AA;
}
.BgClassName
{
background-color: #3A24AA;
}
</style>
border-color css
<style>
span { border-color: #3A24AA; }
span { border-color: rgb(58,36,170); }
td.TdClassName
{
border-color: #3A24AA;
}
.TagClassName
{
border-color: #3A24AA;
}
</style>