Shades of Blue Gem #3A289B
Tints of Blue Gem #3A289B
RGB
CMYK
RGB Variations
Color information
#3A289B (or 0x3A289B) is known color: Blue Gem. HEX triplet: 3A, 28 and 9B. RGB value is (58,40,155). Sum of RGB (Red+Green+Blue) = 58+40+155=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A289B is #C5D764. Grayscale: #3A3A3A. Windows color (decimal): -12965733 or 10168378. OLE color: 10168378.
HSL color Cylindrical-coordinate representation of color #3A289B: hue angle of 249.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A289B is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 40 | 155 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.39 |
| HSL | 249.39º | 0.59% | 0.38% | - |
| HSV(B) | 249.39º | 0.74% | 0.61% | - |
| XYZ | 8.42 | 4.78 | 31.49 | - |
| YUV | 58.49 | 182.46 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 155 | 0.63 | 0.74 | 0 | 0.39 | 249.39 | 0.59 | 0.38 |
| Hex | 3A | 28 | 9B | 3F | 4A | 0 | 27 | F9 | 3B | 26 |
| Octal | 72 | 50 | 233 | 77 | 112 | 0 | 47 | 371 | 73 | 46 |
| Binary | 111010 | 101000 | 10011011 | 111111 | 1001010 | 0 | 100111 | 11111001 | 111011 | 100110 |
Color Harmonies of #3A289B
Complementary color
Monochromatic Colors of #3A289B
Black with #3A289B
Text Example
Text Example
White with #3A289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A289B; }
p { color: rgb(58,40,155); }
H1.HeaderClassName
{
color: #3A289B;
}
.AnyTagClassName
{
color: #3A289B;
}
</style>
background-color css
<style>
a { background-color: #3A289B; }
a { background-color: rgb(58,40,155); }
div.DivClassName
{
background-color: #3A289B;
}
.BgClassName
{
background-color: #3A289B;
}
</style>
border-color css
<style>
span { border-color: #3A289B; }
span { border-color: rgb(58,40,155); }
td.TdClassName
{
border-color: #3A289B;
}
.TagClassName
{
border-color: #3A289B;
}
</style>