Shades of Blue Gem #392AAF
Tints of Blue Gem #392AAF
RGB
CMYK
RGB Variations
Color information
#392AAF (or 0x392AAF) is known color: Blue Gem. HEX triplet: 39, 2A and AF. RGB value is (57,42,175). Sum of RGB (Red+Green+Blue) = 57+42+175=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #392AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392AAF is #C6D550. Grayscale: #3D3D3D. Windows color (decimal): -13030737 or 11479609. OLE color: 11479609.
HSL color Cylindrical-coordinate representation of color #392AAF: hue angle of 246.77º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392AAF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 42 | 175 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.31 |
| HSL | 246.77º | 0.61% | 0.43% | - |
| HSV(B) | 246.77º | 0.76% | 0.69% | - |
| XYZ | 10.25 | 5.62 | 41.1 | - |
| YUV | 61.65 | 191.97 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 175 | 0.67 | 0.76 | 0 | 0.31 | 246.77 | 0.61 | 0.43 |
| Hex | 39 | 2A | AF | 43 | 4C | 0 | 1F | F7 | 3D | 2B |
| Octal | 71 | 52 | 257 | 103 | 114 | 0 | 37 | 367 | 75 | 53 |
| Binary | 111001 | 101010 | 10101111 | 1000011 | 1001100 | 0 | 11111 | 11110111 | 111101 | 101011 |
Color Harmonies of #392AAF
Complementary color
Monochromatic Colors of #392AAF
Black with #392AAF
Text Example
Text Example
White with #392AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392AAF; }
p { color: rgb(57,42,175); }
H1.HeaderClassName
{
color: #392AAF;
}
.AnyTagClassName
{
color: #392AAF;
}
</style>
background-color css
<style>
a { background-color: #392AAF; }
a { background-color: rgb(57,42,175); }
div.DivClassName
{
background-color: #392AAF;
}
.BgClassName
{
background-color: #392AAF;
}
</style>
border-color css
<style>
span { border-color: #392AAF; }
span { border-color: rgb(57,42,175); }
td.TdClassName
{
border-color: #392AAF;
}
.TagClassName
{
border-color: #392AAF;
}
</style>