Shades of Blue Gem #392EAC
Tints of Blue Gem #392EAC
RGB
CMYK
RGB Variations
Color information
#392EAC (or 0x392EAC) is known color: Blue Gem. HEX triplet: 39, 2E and AC. RGB value is (57,46,172). Sum of RGB (Red+Green+Blue) = 57+46+172=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #392EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EAC is #C6D153. Grayscale: #3F3F3F. Windows color (decimal): -13029716 or 11284025. OLE color: 11284025.
HSL color Cylindrical-coordinate representation of color #392EAC: hue angle of 245.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392EAC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 46 | 172 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.33 |
| HSL | 245.24º | 0.58% | 0.43% | - |
| HSV(B) | 245.24º | 0.73% | 0.67% | - |
| XYZ | 10.11 | 5.8 | 39.62 | - |
| YUV | 63.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 172 | 0.67 | 0.73 | 0 | 0.33 | 245.24 | 0.58 | 0.43 |
| Hex | 39 | 2E | AC | 43 | 49 | 0 | 21 | F5 | 3A | 2B |
| Octal | 71 | 56 | 254 | 103 | 111 | 0 | 41 | 365 | 72 | 53 |
| Binary | 111001 | 101110 | 10101100 | 1000011 | 1001001 | 0 | 100001 | 11110101 | 111010 | 101011 |
Color Harmonies of #392EAC
Complementary color
Monochromatic Colors of #392EAC
Black with #392EAC
Text Example
Text Example
White with #392EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392EAC; }
p { color: rgb(57,46,172); }
H1.HeaderClassName
{
color: #392EAC;
}
.AnyTagClassName
{
color: #392EAC;
}
</style>
background-color css
<style>
a { background-color: #392EAC; }
a { background-color: rgb(57,46,172); }
div.DivClassName
{
background-color: #392EAC;
}
.BgClassName
{
background-color: #392EAC;
}
</style>
border-color css
<style>
span { border-color: #392EAC; }
span { border-color: rgb(57,46,172); }
td.TdClassName
{
border-color: #392EAC;
}
.TagClassName
{
border-color: #392EAC;
}
</style>