Shades of Blue Gem #3A30AA
Tints of Blue Gem #3A30AA
RGB
CMYK
RGB Variations
Color information
#3A30AA (or 0x3A30AA) is known color: Blue Gem. HEX triplet: 3A, 30 and AA. RGB value is (58,48,170). Sum of RGB (Red+Green+Blue) = 58+48+170=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A30AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A30AA is #C5CF55. Grayscale: #404040. Windows color (decimal): -12963670 or 11153466. OLE color: 11153466.
HSL color Cylindrical-coordinate representation of color #3A30AA: hue angle of 244.92º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A30AA is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 48 | 170 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.33 |
| HSL | 244.92º | 0.56% | 0.43% | - |
| HSV(B) | 244.92º | 0.72% | 0.67% | - |
| XYZ | 10.06 | 5.92 | 38.64 | - |
| YUV | 64.9 | 187.31 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 170 | 0.66 | 0.72 | 0 | 0.33 | 244.92 | 0.56 | 0.43 |
| Hex | 3A | 30 | AA | 42 | 48 | 0 | 21 | F5 | 38 | 2B |
| Octal | 72 | 60 | 252 | 102 | 110 | 0 | 41 | 365 | 70 | 53 |
| Binary | 111010 | 110000 | 10101010 | 1000010 | 1001000 | 0 | 100001 | 11110101 | 111000 | 101011 |
Color Harmonies of #3A30AA
Complementary color
Monochromatic Colors of #3A30AA
Black with #3A30AA
Text Example
Text Example
White with #3A30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30AA; }
p { color: rgb(58,48,170); }
H1.HeaderClassName
{
color: #3A30AA;
}
.AnyTagClassName
{
color: #3A30AA;
}
</style>
background-color css
<style>
a { background-color: #3A30AA; }
a { background-color: rgb(58,48,170); }
div.DivClassName
{
background-color: #3A30AA;
}
.BgClassName
{
background-color: #3A30AA;
}
</style>
border-color css
<style>
span { border-color: #3A30AA; }
span { border-color: rgb(58,48,170); }
td.TdClassName
{
border-color: #3A30AA;
}
.TagClassName
{
border-color: #3A30AA;
}
</style>