Shades of Blue Gem #392CAA
Tints of Blue Gem #392CAA
RGB
CMYK
RGB Variations
Color information
#392CAA (or 0x392CAA) is known color: Blue Gem. HEX triplet: 39, 2C and AA. RGB value is (57,44,170). Sum of RGB (Red+Green+Blue) = 57+44+170=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #392CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392CAA is #C6D355. Grayscale: #3D3D3D. Windows color (decimal): -13030230 or 11152441. OLE color: 11152441.
HSL color Cylindrical-coordinate representation of color #392CAA: hue angle of 246.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392CAA is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 44 | 170 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.33 |
| HSL | 246.19º | 0.59% | 0.42% | - |
| HSV(B) | 246.19º | 0.74% | 0.67% | - |
| XYZ | 9.84 | 5.57 | 38.59 | - |
| YUV | 62.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 170 | 0.66 | 0.74 | 0 | 0.33 | 246.19 | 0.59 | 0.42 |
| Hex | 39 | 2C | AA | 42 | 4A | 0 | 21 | F6 | 3B | 2A |
| Octal | 71 | 54 | 252 | 102 | 112 | 0 | 41 | 366 | 73 | 52 |
| Binary | 111001 | 101100 | 10101010 | 1000010 | 1001010 | 0 | 100001 | 11110110 | 111011 | 101010 |
Color Harmonies of #392CAA
Complementary color
Monochromatic Colors of #392CAA
Black with #392CAA
Text Example
Text Example
White with #392CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CAA; }
p { color: rgb(57,44,170); }
H1.HeaderClassName
{
color: #392CAA;
}
.AnyTagClassName
{
color: #392CAA;
}
</style>
background-color css
<style>
a { background-color: #392CAA; }
a { background-color: rgb(57,44,170); }
div.DivClassName
{
background-color: #392CAA;
}
.BgClassName
{
background-color: #392CAA;
}
</style>
border-color css
<style>
span { border-color: #392CAA; }
span { border-color: rgb(57,44,170); }
td.TdClassName
{
border-color: #392CAA;
}
.TagClassName
{
border-color: #392CAA;
}
</style>