Shades of Astral #39728B
Tints of Astral #39728B
RGB
CMYK
RGB Variations
Color information
#39728B (or 0x39728B) is known color: Astral. HEX triplet: 39, 72 and 8B. RGB value is (57,114,139). Sum of RGB (Red+Green+Blue) = 57+114+139=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #39728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39728B is #C68D74. Grayscale: #636363. Windows color (decimal): -13012341 or 9138745. OLE color: 9138745.
HSL color Cylindrical-coordinate representation of color #39728B: hue angle of 198.29º 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 #39728B is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 114 | 139 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.45 |
| HSL | 198.29º | 0.42% | 0.38% | - |
| HSV(B) | 198.29º | 0.59% | 0.55% | - |
| XYZ | 12.36 | 14.77 | 26.63 | - |
| YUV | 99.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 139 | 0.59 | 0.18 | 0 | 0.45 | 198.29 | 0.42 | 0.38 |
| Hex | 39 | 72 | 8B | 3B | 12 | 0 | 2D | C6 | 2A | 26 |
| Octal | 71 | 162 | 213 | 73 | 22 | 0 | 55 | 306 | 52 | 46 |
| Binary | 111001 | 1110010 | 10001011 | 111011 | 10010 | 0 | 101101 | 11000110 | 101010 | 100110 |
Color Harmonies of #39728B
Complementary color
Monochromatic Colors of #39728B
Black with #39728B
Text Example
Text Example
White with #39728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39728B; }
p { color: rgb(57,114,139); }
H1.HeaderClassName
{
color: #39728B;
}
.AnyTagClassName
{
color: #39728B;
}
</style>
background-color css
<style>
a { background-color: #39728B; }
a { background-color: rgb(57,114,139); }
div.DivClassName
{
background-color: #39728B;
}
.BgClassName
{
background-color: #39728B;
}
</style>
border-color css
<style>
span { border-color: #39728B; }
span { border-color: rgb(57,114,139); }
td.TdClassName
{
border-color: #39728B;
}
.TagClassName
{
border-color: #39728B;
}
</style>