Shades of Astral #396E8C
Tints of Astral #396E8C
RGB
CMYK
RGB Variations
Color information
#396E8C (or 0x396E8C) is known color: Astral. HEX triplet: 39, 6E and 8C. RGB value is (57,110,140). Sum of RGB (Red+Green+Blue) = 57+110+140=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #396E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E8C is #C69173. Grayscale: #616161. Windows color (decimal): -13013364 or 9203257. OLE color: 9203257.
HSL color Cylindrical-coordinate representation of color #396E8C: hue angle of 201.69º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396E8C is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 110 | 140 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.45 |
| HSL | 201.69º | 0.42% | 0.39% | - |
| HSV(B) | 201.69º | 0.59% | 0.55% | - |
| XYZ | 12 | 13.92 | 26.86 | - |
| YUV | 97.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 140 | 0.59 | 0.21 | 0 | 0.45 | 201.69 | 0.42 | 0.39 |
| Hex | 39 | 6E | 8C | 3B | 15 | 0 | 2D | CA | 2A | 27 |
| Octal | 71 | 156 | 214 | 73 | 25 | 0 | 55 | 312 | 52 | 47 |
| Binary | 111001 | 1101110 | 10001100 | 111011 | 10101 | 0 | 101101 | 11001010 | 101010 | 100111 |
Color Harmonies of #396E8C
Complementary color
Monochromatic Colors of #396E8C
Black with #396E8C
Text Example
Text Example
White with #396E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E8C; }
p { color: rgb(57,110,140); }
H1.HeaderClassName
{
color: #396E8C;
}
.AnyTagClassName
{
color: #396E8C;
}
</style>
background-color css
<style>
a { background-color: #396E8C; }
a { background-color: rgb(57,110,140); }
div.DivClassName
{
background-color: #396E8C;
}
.BgClassName
{
background-color: #396E8C;
}
</style>
border-color css
<style>
span { border-color: #396E8C; }
span { border-color: rgb(57,110,140); }
td.TdClassName
{
border-color: #396E8C;
}
.TagClassName
{
border-color: #396E8C;
}
</style>