Shades of Astral #396A88
Tints of Astral #396A88
RGB
CMYK
RGB Variations
Color information
#396A88 (or 0x396A88) is known color: Astral. HEX triplet: 39, 6A and 88. RGB value is (57,106,136). Sum of RGB (Red+Green+Blue) = 57+106+136=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #396A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A88 is #C69577. Grayscale: #5E5E5E. Windows color (decimal): -13014392 or 8940089. OLE color: 8940089.
HSL color Cylindrical-coordinate representation of color #396A88: hue angle of 202.78º 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 #396A88 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 106 | 136 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.47 |
| HSL | 202.78º | 0.41% | 0.38% | - |
| HSV(B) | 202.78º | 0.58% | 0.53% | - |
| XYZ | 11.29 | 12.96 | 25.2 | - |
| YUV | 94.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 136 | 0.58 | 0.22 | 0 | 0.47 | 202.78 | 0.41 | 0.38 |
| Hex | 39 | 6A | 88 | 3A | 16 | 0 | 2F | CB | 29 | 26 |
| Octal | 71 | 152 | 210 | 72 | 26 | 0 | 57 | 313 | 51 | 46 |
| Binary | 111001 | 1101010 | 10001000 | 111010 | 10110 | 0 | 101111 | 11001011 | 101001 | 100110 |
Color Harmonies of #396A88
Complementary color
Monochromatic Colors of #396A88
Black with #396A88
Text Example
Text Example
White with #396A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A88; }
p { color: rgb(57,106,136); }
H1.HeaderClassName
{
color: #396A88;
}
.AnyTagClassName
{
color: #396A88;
}
</style>
background-color css
<style>
a { background-color: #396A88; }
a { background-color: rgb(57,106,136); }
div.DivClassName
{
background-color: #396A88;
}
.BgClassName
{
background-color: #396A88;
}
</style>
border-color css
<style>
span { border-color: #396A88; }
span { border-color: rgb(57,106,136); }
td.TdClassName
{
border-color: #396A88;
}
.TagClassName
{
border-color: #396A88;
}
</style>