Shades of Blue Gem #392695
Tints of Blue Gem #392695
RGB
CMYK
RGB Variations
Color information
#392695 (or 0x392695) is known color: Blue Gem. HEX triplet: 39, 26 and 95. RGB value is (57,38,149). Sum of RGB (Red+Green+Blue) = 57+38+149=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #392695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392695 is #C6D96A. Grayscale: #373737. Windows color (decimal): -13031787 or 9774649. OLE color: 9774649.
HSL color Cylindrical-coordinate representation of color #392695: hue angle of 250.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392695 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 38 | 149 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.42 |
| HSL | 250.27º | 0.59% | 0.37% | - |
| HSV(B) | 250.27º | 0.74% | 0.58% | - |
| XYZ | 7.81 | 4.43 | 28.88 | - |
| YUV | 56.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 149 | 0.62 | 0.74 | 0 | 0.42 | 250.27 | 0.59 | 0.37 |
| Hex | 39 | 26 | 95 | 3E | 4A | 0 | 2A | FA | 3B | 25 |
| Octal | 71 | 46 | 225 | 76 | 112 | 0 | 52 | 372 | 73 | 45 |
| Binary | 111001 | 100110 | 10010101 | 111110 | 1001010 | 0 | 101010 | 11111010 | 111011 | 100101 |
Color Harmonies of #392695
Complementary color
Monochromatic Colors of #392695
Black with #392695
Text Example
Text Example
White with #392695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392695; }
p { color: rgb(57,38,149); }
H1.HeaderClassName
{
color: #392695;
}
.AnyTagClassName
{
color: #392695;
}
</style>
background-color css
<style>
a { background-color: #392695; }
a { background-color: rgb(57,38,149); }
div.DivClassName
{
background-color: #392695;
}
.BgClassName
{
background-color: #392695;
}
</style>
border-color css
<style>
span { border-color: #392695; }
span { border-color: rgb(57,38,149); }
td.TdClassName
{
border-color: #392695;
}
.TagClassName
{
border-color: #392695;
}
</style>