Shades of Astral #396888
Tints of Astral #396888
RGB
CMYK
RGB Variations
Color information
#396888 (or 0x396888) is known color: Astral. HEX triplet: 39, 68 and 88. RGB value is (57,104,136). Sum of RGB (Red+Green+Blue) = 57+104+136=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #396888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396888 is #C69777. Grayscale: #5D5D5D. Windows color (decimal): -13014904 or 8939577. OLE color: 8939577.
HSL color Cylindrical-coordinate representation of color #396888: hue angle of 204.3º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396888 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 104 | 136 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.47 |
| HSL | 204.3º | 0.41% | 0.38% | - |
| HSV(B) | 204.3º | 0.58% | 0.53% | - |
| XYZ | 11.08 | 12.55 | 25.13 | - |
| YUV | 93.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 136 | 0.58 | 0.24 | 0 | 0.47 | 204.3 | 0.41 | 0.38 |
| Hex | 39 | 68 | 88 | 3A | 18 | 0 | 2F | CC | 29 | 26 |
| Octal | 71 | 150 | 210 | 72 | 30 | 0 | 57 | 314 | 51 | 46 |
| Binary | 111001 | 1101000 | 10001000 | 111010 | 11000 | 0 | 101111 | 11001100 | 101001 | 100110 |
Color Harmonies of #396888
Complementary color
Monochromatic Colors of #396888
Black with #396888
Text Example
Text Example
White with #396888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396888; }
p { color: rgb(57,104,136); }
H1.HeaderClassName
{
color: #396888;
}
.AnyTagClassName
{
color: #396888;
}
</style>
background-color css
<style>
a { background-color: #396888; }
a { background-color: rgb(57,104,136); }
div.DivClassName
{
background-color: #396888;
}
.BgClassName
{
background-color: #396888;
}
</style>
border-color css
<style>
span { border-color: #396888; }
span { border-color: rgb(57,104,136); }
td.TdClassName
{
border-color: #396888;
}
.TagClassName
{
border-color: #396888;
}
</style>