Shades of Blue Gem #39239E
Tints of Blue Gem #39239E
RGB
CMYK
RGB Variations
Color information
#39239E (or 0x39239E) is known color: Blue Gem. HEX triplet: 39, 23 and 9E. RGB value is (57,35,158). Sum of RGB (Red+Green+Blue) = 57+35+158=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #39239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39239E is #C6DC61. Grayscale: #373737. Windows color (decimal): -13032546 or 10363705. OLE color: 10363705.
HSL color Cylindrical-coordinate representation of color #39239E: hue angle of 250.73º 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 #39239E is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 35 | 158 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.38 |
| HSL | 250.73º | 0.64% | 0.38% | - |
| HSV(B) | 250.73º | 0.78% | 0.62% | - |
| XYZ | 8.46 | 4.54 | 32.78 | - |
| YUV | 55.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 158 | 0.64 | 0.78 | 0 | 0.38 | 250.73 | 0.64 | 0.38 |
| Hex | 39 | 23 | 9E | 40 | 4E | 0 | 26 | FB | 40 | 26 |
| Octal | 71 | 43 | 236 | 100 | 116 | 0 | 46 | 373 | 100 | 46 |
| Binary | 111001 | 100011 | 10011110 | 1000000 | 1001110 | 0 | 100110 | 11111011 | 1000000 | 100110 |
Color Harmonies of #39239E
Complementary color
Monochromatic Colors of #39239E
Black with #39239E
Text Example
Text Example
White with #39239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39239E; }
p { color: rgb(57,35,158); }
H1.HeaderClassName
{
color: #39239E;
}
.AnyTagClassName
{
color: #39239E;
}
</style>
background-color css
<style>
a { background-color: #39239E; }
a { background-color: rgb(57,35,158); }
div.DivClassName
{
background-color: #39239E;
}
.BgClassName
{
background-color: #39239E;
}
</style>
border-color css
<style>
span { border-color: #39239E; }
span { border-color: rgb(57,35,158); }
td.TdClassName
{
border-color: #39239E;
}
.TagClassName
{
border-color: #39239E;
}
</style>