Shades of Astral #39728F
Tints of Astral #39728F
RGB
CMYK
RGB Variations
Color information
#39728F (or 0x39728F) is known color: Astral. HEX triplet: 39, 72 and 8F. RGB value is (57,114,143). Sum of RGB (Red+Green+Blue) = 57+114+143=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #39728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39728F is #C68D70. Grayscale: #646464. Windows color (decimal): -13012337 or 9400889. OLE color: 9400889.
HSL color Cylindrical-coordinate representation of color #39728F: hue angle of 200.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39728F is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 114 | 143 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.44 |
| HSL | 200.23º | 0.43% | 0.39% | - |
| HSV(B) | 200.23º | 0.6% | 0.56% | - |
| XYZ | 12.66 | 14.89 | 28.19 | - |
| YUV | 100.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 143 | 0.60 | 0.20 | 0 | 0.44 | 200.23 | 0.43 | 0.39 |
| Hex | 39 | 72 | 8F | 3C | 14 | 0 | 2C | C8 | 2B | 27 |
| Octal | 71 | 162 | 217 | 74 | 24 | 0 | 54 | 310 | 53 | 47 |
| Binary | 111001 | 1110010 | 10001111 | 111100 | 10100 | 0 | 101100 | 11001000 | 101011 | 100111 |
Color Harmonies of #39728F
Complementary color
Monochromatic Colors of #39728F
Black with #39728F
Text Example
Text Example
White with #39728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39728F; }
p { color: rgb(57,114,143); }
H1.HeaderClassName
{
color: #39728F;
}
.AnyTagClassName
{
color: #39728F;
}
</style>
background-color css
<style>
a { background-color: #39728F; }
a { background-color: rgb(57,114,143); }
div.DivClassName
{
background-color: #39728F;
}
.BgClassName
{
background-color: #39728F;
}
</style>
border-color css
<style>
span { border-color: #39728F; }
span { border-color: rgb(57,114,143); }
td.TdClassName
{
border-color: #39728F;
}
.TagClassName
{
border-color: #39728F;
}
</style>