Shades of Blue Gem #392AAB
Tints of Blue Gem #392AAB
RGB
CMYK
RGB Variations
Color information
#392AAB (or 0x392AAB) is known color: Blue Gem. HEX triplet: 39, 2A and AB. RGB value is (57,42,171). Sum of RGB (Red+Green+Blue) = 57+42+171=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #392AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392AAB is #C6D554. Grayscale: #3C3C3C. Windows color (decimal): -13030741 or 11217465. OLE color: 11217465.
HSL color Cylindrical-coordinate representation of color #392AAB: hue angle of 246.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392AAB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 42 | 171 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.33 |
| HSL | 246.98º | 0.61% | 0.42% | - |
| HSV(B) | 246.98º | 0.75% | 0.67% | - |
| XYZ | 9.87 | 5.47 | 39.06 | - |
| YUV | 61.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 171 | 0.67 | 0.75 | 0 | 0.33 | 246.98 | 0.61 | 0.42 |
| Hex | 39 | 2A | AB | 43 | 4B | 0 | 21 | F7 | 3D | 2A |
| Octal | 71 | 52 | 253 | 103 | 113 | 0 | 41 | 367 | 75 | 52 |
| Binary | 111001 | 101010 | 10101011 | 1000011 | 1001011 | 0 | 100001 | 11110111 | 111101 | 101010 |
Color Harmonies of #392AAB
Complementary color
Monochromatic Colors of #392AAB
Black with #392AAB
Text Example
Text Example
White with #392AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392AAB; }
p { color: rgb(57,42,171); }
H1.HeaderClassName
{
color: #392AAB;
}
.AnyTagClassName
{
color: #392AAB;
}
</style>
background-color css
<style>
a { background-color: #392AAB; }
a { background-color: rgb(57,42,171); }
div.DivClassName
{
background-color: #392AAB;
}
.BgClassName
{
background-color: #392AAB;
}
</style>
border-color css
<style>
span { border-color: #392AAB; }
span { border-color: rgb(57,42,171); }
td.TdClassName
{
border-color: #392AAB;
}
.TagClassName
{
border-color: #392AAB;
}
</style>