Shades of Blue Gem #3A33AA
Tints of Blue Gem #3A33AA
RGB
CMYK
RGB Variations
Color information
#3A33AA (or 0x3A33AA) is known color: Blue Gem. HEX triplet: 3A, 33 and AA. RGB value is (58,51,170). Sum of RGB (Red+Green+Blue) = 58+51+170=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A33AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A33AA is #C5CC55. Grayscale: #424242. Windows color (decimal): -12962902 or 11154234. OLE color: 11154234.
HSL color Cylindrical-coordinate representation of color #3A33AA: hue angle of 243.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A33AA is Cyan = 0.66, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 51 | 170 | - |
| CMYK | 0.66 | 0.7 | 0 | 0.33 |
| HSL | 243.53º | 0.54% | 0.43% | - |
| HSV(B) | 243.53º | 0.7% | 0.67% | - |
| XYZ | 10.18 | 6.17 | 38.68 | - |
| YUV | 66.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 170 | 0.66 | 0.7 | 0 | 0.33 | 243.53 | 0.54 | 0.43 |
| Hex | 3A | 33 | AA | 42 | 46 | 0 | 21 | F4 | 36 | 2B |
| Octal | 72 | 63 | 252 | 102 | 106 | 0 | 41 | 364 | 66 | 53 |
| Binary | 111010 | 110011 | 10101010 | 1000010 | 1000110 | 0 | 100001 | 11110100 | 110110 | 101011 |
Color Harmonies of #3A33AA
Complementary color
Monochromatic Colors of #3A33AA
Black with #3A33AA
Text Example
Text Example
White with #3A33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A33AA; }
p { color: rgb(58,51,170); }
H1.HeaderClassName
{
color: #3A33AA;
}
.AnyTagClassName
{
color: #3A33AA;
}
</style>
background-color css
<style>
a { background-color: #3A33AA; }
a { background-color: rgb(58,51,170); }
div.DivClassName
{
background-color: #3A33AA;
}
.BgClassName
{
background-color: #3A33AA;
}
</style>
border-color css
<style>
span { border-color: #3A33AA; }
span { border-color: rgb(58,51,170); }
td.TdClassName
{
border-color: #3A33AA;
}
.TagClassName
{
border-color: #3A33AA;
}
</style>