Shades of Blue Gem #3A289E
Tints of Blue Gem #3A289E
RGB
CMYK
RGB Variations
Color information
#3A289E (or 0x3A289E) is known color: Blue Gem. HEX triplet: 3A, 28 and 9E. RGB value is (58,40,158). Sum of RGB (Red+Green+Blue) = 58+40+158=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A289E is #C5D761. Grayscale: #3A3A3A. Windows color (decimal): -12965730 or 10364986. OLE color: 10364986.
HSL color Cylindrical-coordinate representation of color #3A289E: hue angle of 249.15º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A289E is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 40 | 158 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.38 |
| HSL | 249.15º | 0.6% | 0.39% | - |
| HSV(B) | 249.15º | 0.75% | 0.62% | - |
| XYZ | 8.68 | 4.89 | 32.83 | - |
| YUV | 58.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 158 | 0.63 | 0.75 | 0 | 0.38 | 249.15 | 0.6 | 0.39 |
| Hex | 3A | 28 | 9E | 3F | 4B | 0 | 26 | F9 | 3C | 27 |
| Octal | 72 | 50 | 236 | 77 | 113 | 0 | 46 | 371 | 74 | 47 |
| Binary | 111010 | 101000 | 10011110 | 111111 | 1001011 | 0 | 100110 | 11111001 | 111100 | 100111 |
Color Harmonies of #3A289E
Complementary color
Monochromatic Colors of #3A289E
Black with #3A289E
Text Example
Text Example
White with #3A289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A289E; }
p { color: rgb(58,40,158); }
H1.HeaderClassName
{
color: #3A289E;
}
.AnyTagClassName
{
color: #3A289E;
}
</style>
background-color css
<style>
a { background-color: #3A289E; }
a { background-color: rgb(58,40,158); }
div.DivClassName
{
background-color: #3A289E;
}
.BgClassName
{
background-color: #3A289E;
}
</style>
border-color css
<style>
span { border-color: #3A289E; }
span { border-color: rgb(58,40,158); }
td.TdClassName
{
border-color: #3A289E;
}
.TagClassName
{
border-color: #3A289E;
}
</style>