Shades of Blue Gem #3A289A
Tints of Blue Gem #3A289A
RGB
CMYK
RGB Variations
Color information
#3A289A (or 0x3A289A) is known color: Blue Gem. HEX triplet: 3A, 28 and 9A. RGB value is (58,40,154). Sum of RGB (Red+Green+Blue) = 58+40+154=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A289A is #C5D765. Grayscale: #393939. Windows color (decimal): -12965734 or 10102842. OLE color: 10102842.
HSL color Cylindrical-coordinate representation of color #3A289A: hue angle of 249.47º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A289A is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 40 | 154 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.40 |
| HSL | 249.47º | 0.59% | 0.38% | - |
| HSV(B) | 249.47º | 0.74% | 0.6% | - |
| XYZ | 8.34 | 4.75 | 31.05 | - |
| YUV | 58.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 154 | 0.62 | 0.74 | 0 | 0.40 | 249.47 | 0.59 | 0.38 |
| Hex | 3A | 28 | 9A | 3E | 4A | 0 | 28 | F9 | 3B | 26 |
| Octal | 72 | 50 | 232 | 76 | 112 | 0 | 50 | 371 | 73 | 46 |
| Binary | 111010 | 101000 | 10011010 | 111110 | 1001010 | 0 | 101000 | 11111001 | 111011 | 100110 |
Color Harmonies of #3A289A
Complementary color
Monochromatic Colors of #3A289A
Black with #3A289A
Text Example
Text Example
White with #3A289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A289A; }
p { color: rgb(58,40,154); }
H1.HeaderClassName
{
color: #3A289A;
}
.AnyTagClassName
{
color: #3A289A;
}
</style>
background-color css
<style>
a { background-color: #3A289A; }
a { background-color: rgb(58,40,154); }
div.DivClassName
{
background-color: #3A289A;
}
.BgClassName
{
background-color: #3A289A;
}
</style>
border-color css
<style>
span { border-color: #3A289A; }
span { border-color: rgb(58,40,154); }
td.TdClassName
{
border-color: #3A289A;
}
.TagClassName
{
border-color: #3A289A;
}
</style>