Shades of Blue Gem #39289E
Tints of Blue Gem #39289E
RGB
CMYK
RGB Variations
Color information
#39289E (or 0x39289E) is known color: Blue Gem. HEX triplet: 39, 28 and 9E. RGB value is (57,40,158). Sum of RGB (Red+Green+Blue) = 57+40+158=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #39289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39289E is #C6D761. Grayscale: #3A3A3A. Windows color (decimal): -13031266 or 10364985. OLE color: 10364985.
HSL color Cylindrical-coordinate representation of color #39289E: hue angle of 248.64º 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 #39289E is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 40 | 158 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.38 |
| HSL | 248.64º | 0.6% | 0.39% | - |
| HSV(B) | 248.64º | 0.75% | 0.62% | - |
| XYZ | 8.62 | 4.86 | 32.83 | - |
| YUV | 58.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 158 | 0.64 | 0.75 | 0 | 0.38 | 248.64 | 0.6 | 0.39 |
| Hex | 39 | 28 | 9E | 40 | 4B | 0 | 26 | F9 | 3C | 27 |
| Octal | 71 | 50 | 236 | 100 | 113 | 0 | 46 | 371 | 74 | 47 |
| Binary | 111001 | 101000 | 10011110 | 1000000 | 1001011 | 0 | 100110 | 11111001 | 111100 | 100111 |
Color Harmonies of #39289E
Complementary color
Monochromatic Colors of #39289E
Black with #39289E
Text Example
Text Example
White with #39289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39289E; }
p { color: rgb(57,40,158); }
H1.HeaderClassName
{
color: #39289E;
}
.AnyTagClassName
{
color: #39289E;
}
</style>
background-color css
<style>
a { background-color: #39289E; }
a { background-color: rgb(57,40,158); }
div.DivClassName
{
background-color: #39289E;
}
.BgClassName
{
background-color: #39289E;
}
</style>
border-color css
<style>
span { border-color: #39289E; }
span { border-color: rgb(57,40,158); }
td.TdClassName
{
border-color: #39289E;
}
.TagClassName
{
border-color: #39289E;
}
</style>