Shades of Blue Gem #3A28AA
Tints of Blue Gem #3A28AA
RGB
CMYK
RGB Variations
Color information
#3A28AA (or 0x3A28AA) is known color: Blue Gem. HEX triplet: 3A, 28 and AA. RGB value is (58,40,170). Sum of RGB (Red+Green+Blue) = 58+40+170=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A28AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A28AA is #C5D755. Grayscale: #3B3B3B. Windows color (decimal): -12965718 or 11151418. OLE color: 11151418.
HSL color Cylindrical-coordinate representation of color #3A28AA: hue angle of 248.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A28AA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 40 | 170 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.33 |
| HSL | 248.31º | 0.62% | 0.41% | - |
| HSV(B) | 248.31º | 0.76% | 0.67% | - |
| XYZ | 9.76 | 5.32 | 38.54 | - |
| YUV | 60.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 170 | 0.66 | 0.76 | 0 | 0.33 | 248.31 | 0.62 | 0.41 |
| Hex | 3A | 28 | AA | 42 | 4C | 0 | 21 | F8 | 3E | 29 |
| Octal | 72 | 50 | 252 | 102 | 114 | 0 | 41 | 370 | 76 | 51 |
| Binary | 111010 | 101000 | 10101010 | 1000010 | 1001100 | 0 | 100001 | 11111000 | 111110 | 101001 |
Color Harmonies of #3A28AA
Complementary color
Monochromatic Colors of #3A28AA
Black with #3A28AA
Text Example
Text Example
White with #3A28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28AA; }
p { color: rgb(58,40,170); }
H1.HeaderClassName
{
color: #3A28AA;
}
.AnyTagClassName
{
color: #3A28AA;
}
</style>
background-color css
<style>
a { background-color: #3A28AA; }
a { background-color: rgb(58,40,170); }
div.DivClassName
{
background-color: #3A28AA;
}
.BgClassName
{
background-color: #3A28AA;
}
</style>
border-color css
<style>
span { border-color: #3A28AA; }
span { border-color: rgb(58,40,170); }
td.TdClassName
{
border-color: #3A28AA;
}
.TagClassName
{
border-color: #3A28AA;
}
</style>