Shades of Blue Gem #392798
Tints of Blue Gem #392798
RGB
CMYK
RGB Variations
Color information
#392798 (or 0x392798) is known color: Blue Gem. HEX triplet: 39, 27 and 98. RGB value is (57,39,152). Sum of RGB (Red+Green+Blue) = 57+39+152=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #392798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392798 is #C6D867. Grayscale: #383838. Windows color (decimal): -13031528 or 9971513. OLE color: 9971513.
HSL color Cylindrical-coordinate representation of color #392798: hue angle of 249.56º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392798 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 39 | 152 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.40 |
| HSL | 249.56º | 0.59% | 0.37% | - |
| HSV(B) | 249.56º | 0.74% | 0.6% | - |
| XYZ | 8.08 | 4.59 | 30.17 | - |
| YUV | 57.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 152 | 0.62 | 0.74 | 0 | 0.40 | 249.56 | 0.59 | 0.37 |
| Hex | 39 | 27 | 98 | 3E | 4A | 0 | 28 | FA | 3B | 25 |
| Octal | 71 | 47 | 230 | 76 | 112 | 0 | 50 | 372 | 73 | 45 |
| Binary | 111001 | 100111 | 10011000 | 111110 | 1001010 | 0 | 101000 | 11111010 | 111011 | 100101 |
Color Harmonies of #392798
Complementary color
Monochromatic Colors of #392798
Black with #392798
Text Example
Text Example
White with #392798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392798; }
p { color: rgb(57,39,152); }
H1.HeaderClassName
{
color: #392798;
}
.AnyTagClassName
{
color: #392798;
}
</style>
background-color css
<style>
a { background-color: #392798; }
a { background-color: rgb(57,39,152); }
div.DivClassName
{
background-color: #392798;
}
.BgClassName
{
background-color: #392798;
}
</style>
border-color css
<style>
span { border-color: #392798; }
span { border-color: rgb(57,39,152); }
td.TdClassName
{
border-color: #392798;
}
.TagClassName
{
border-color: #392798;
}
</style>