Shades of Blue Gem #392999
Tints of Blue Gem #392999
RGB
CMYK
RGB Variations
Color information
#392999 (or 0x392999) is known color: Blue Gem. HEX triplet: 39, 29 and 99. RGB value is (57,41,153). Sum of RGB (Red+Green+Blue) = 57+41+153=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #392999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392999 is #C6D666. Grayscale: #3A3A3A. Windows color (decimal): -13031015 or 10037561. OLE color: 10037561.
HSL color Cylindrical-coordinate representation of color #392999: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392999 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 41 | 153 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.4 |
| HSL | 248.57º | 0.58% | 0.38% | - |
| HSV(B) | 248.57º | 0.73% | 0.6% | - |
| XYZ | 8.23 | 4.76 | 30.62 | - |
| YUV | 58.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 153 | 0.63 | 0.73 | 0 | 0.4 | 248.57 | 0.58 | 0.38 |
| Hex | 39 | 29 | 99 | 3F | 49 | 0 | 28 | F9 | 3A | 26 |
| Octal | 71 | 51 | 231 | 77 | 111 | 0 | 50 | 371 | 72 | 46 |
| Binary | 111001 | 101001 | 10011001 | 111111 | 1001001 | 0 | 101000 | 11111001 | 111010 | 100110 |
Color Harmonies of #392999
Complementary color
Monochromatic Colors of #392999
Black with #392999
Text Example
Text Example
White with #392999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392999; }
p { color: rgb(57,41,153); }
H1.HeaderClassName
{
color: #392999;
}
.AnyTagClassName
{
color: #392999;
}
</style>
background-color css
<style>
a { background-color: #392999; }
a { background-color: rgb(57,41,153); }
div.DivClassName
{
background-color: #392999;
}
.BgClassName
{
background-color: #392999;
}
</style>
border-color css
<style>
span { border-color: #392999; }
span { border-color: rgb(57,41,153); }
td.TdClassName
{
border-color: #392999;
}
.TagClassName
{
border-color: #392999;
}
</style>