Shades of Blue Gem #3A34AA
Tints of Blue Gem #3A34AA
RGB
CMYK
RGB Variations
Color information
#3A34AA (or 0x3A34AA) is known color: Blue Gem. HEX triplet: 3A, 34 and AA. RGB value is (58,52,170). Sum of RGB (Red+Green+Blue) = 58+52+170=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A34AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A34AA is #C5CB55. Grayscale: #424242. Windows color (decimal): -12962646 or 11154490. OLE color: 11154490.
HSL color Cylindrical-coordinate representation of color #3A34AA: hue angle of 243.05º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A34AA is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 52 | 170 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.33 |
| HSL | 243.05º | 0.53% | 0.44% | - |
| HSV(B) | 243.05º | 0.69% | 0.67% | - |
| XYZ | 10.23 | 6.26 | 38.7 | - |
| YUV | 67.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 170 | 0.66 | 0.69 | 0 | 0.33 | 243.05 | 0.53 | 0.44 |
| Hex | 3A | 34 | AA | 42 | 45 | 0 | 21 | F3 | 35 | 2C |
| Octal | 72 | 64 | 252 | 102 | 105 | 0 | 41 | 363 | 65 | 54 |
| Binary | 111010 | 110100 | 10101010 | 1000010 | 1000101 | 0 | 100001 | 11110011 | 110101 | 101100 |
Color Harmonies of #3A34AA
Complementary color
Monochromatic Colors of #3A34AA
Black with #3A34AA
Text Example
Text Example
White with #3A34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A34AA; }
p { color: rgb(58,52,170); }
H1.HeaderClassName
{
color: #3A34AA;
}
.AnyTagClassName
{
color: #3A34AA;
}
</style>
background-color css
<style>
a { background-color: #3A34AA; }
a { background-color: rgb(58,52,170); }
div.DivClassName
{
background-color: #3A34AA;
}
.BgClassName
{
background-color: #3A34AA;
}
</style>
border-color css
<style>
span { border-color: #3A34AA; }
span { border-color: rgb(58,52,170); }
td.TdClassName
{
border-color: #3A34AA;
}
.TagClassName
{
border-color: #3A34AA;
}
</style>