Shades of Blue Gem #3A239F
Tints of Blue Gem #3A239F
RGB
CMYK
RGB Variations
Color information
#3A239F (or 0x3A239F) is known color: Blue Gem. HEX triplet: 3A, 23 and 9F. RGB value is (58,35,159). Sum of RGB (Red+Green+Blue) = 58+35+159=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A239F is #C5DC60. Grayscale: #373737. Windows color (decimal): -12967009 or 10429242. OLE color: 10429242.
HSL color Cylindrical-coordinate representation of color #3A239F: hue angle of 251.13º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A239F is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 35 | 159 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.38 |
| HSL | 251.13º | 0.64% | 0.38% | - |
| HSV(B) | 251.13º | 0.78% | 0.62% | - |
| XYZ | 8.6 | 4.6 | 33.24 | - |
| YUV | 56.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 159 | 0.64 | 0.78 | 0 | 0.38 | 251.13 | 0.64 | 0.38 |
| Hex | 3A | 23 | 9F | 40 | 4E | 0 | 26 | FB | 40 | 26 |
| Octal | 72 | 43 | 237 | 100 | 116 | 0 | 46 | 373 | 100 | 46 |
| Binary | 111010 | 100011 | 10011111 | 1000000 | 1001110 | 0 | 100110 | 11111011 | 1000000 | 100110 |
Color Harmonies of #3A239F
Complementary color
Monochromatic Colors of #3A239F
Black with #3A239F
Text Example
Text Example
White with #3A239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A239F; }
p { color: rgb(58,35,159); }
H1.HeaderClassName
{
color: #3A239F;
}
.AnyTagClassName
{
color: #3A239F;
}
</style>
background-color css
<style>
a { background-color: #3A239F; }
a { background-color: rgb(58,35,159); }
div.DivClassName
{
background-color: #3A239F;
}
.BgClassName
{
background-color: #3A239F;
}
</style>
border-color css
<style>
span { border-color: #3A239F; }
span { border-color: rgb(58,35,159); }
td.TdClassName
{
border-color: #3A239F;
}
.TagClassName
{
border-color: #3A239F;
}
</style>