Shades of Astral #396A8B
Tints of Astral #396A8B
RGB
CMYK
RGB Variations
Color information
#396A8B (or 0x396A8B) is known color: Astral. HEX triplet: 39, 6A and 8B. RGB value is (57,106,139). Sum of RGB (Red+Green+Blue) = 57+106+139=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #396A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A8B is #C69574. Grayscale: #5E5E5E. Windows color (decimal): -13014389 or 9136697. OLE color: 9136697.
HSL color Cylindrical-coordinate representation of color #396A8B: hue angle of 204.15º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396A8B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 106 | 139 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.45 |
| HSL | 204.15º | 0.42% | 0.38% | - |
| HSV(B) | 204.15º | 0.59% | 0.55% | - |
| XYZ | 11.5 | 13.04 | 26.34 | - |
| YUV | 95.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 139 | 0.59 | 0.24 | 0 | 0.45 | 204.15 | 0.42 | 0.38 |
| Hex | 39 | 6A | 8B | 3B | 18 | 0 | 2D | CC | 2A | 26 |
| Octal | 71 | 152 | 213 | 73 | 30 | 0 | 55 | 314 | 52 | 46 |
| Binary | 111001 | 1101010 | 10001011 | 111011 | 11000 | 0 | 101101 | 11001100 | 101010 | 100110 |
Color Harmonies of #396A8B
Complementary color
Monochromatic Colors of #396A8B
Black with #396A8B
Text Example
Text Example
White with #396A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A8B; }
p { color: rgb(57,106,139); }
H1.HeaderClassName
{
color: #396A8B;
}
.AnyTagClassName
{
color: #396A8B;
}
</style>
background-color css
<style>
a { background-color: #396A8B; }
a { background-color: rgb(57,106,139); }
div.DivClassName
{
background-color: #396A8B;
}
.BgClassName
{
background-color: #396A8B;
}
</style>
border-color css
<style>
span { border-color: #396A8B; }
span { border-color: rgb(57,106,139); }
td.TdClassName
{
border-color: #396A8B;
}
.TagClassName
{
border-color: #396A8B;
}
</style>