Shades of Astral #39748F
Tints of Astral #39748F
RGB
CMYK
RGB Variations
Color information
#39748F (or 0x39748F) is known color: Astral. HEX triplet: 39, 74 and 8F. RGB value is (57,116,143). Sum of RGB (Red+Green+Blue) = 57+116+143=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #39748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39748F is #C68B70. Grayscale: #656565. Windows color (decimal): -13011825 or 9401401. OLE color: 9401401.
HSL color Cylindrical-coordinate representation of color #39748F: hue angle of 198.84º 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 #39748F is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 116 | 143 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.44 |
| HSL | 198.84º | 0.43% | 0.39% | - |
| HSV(B) | 198.84º | 0.6% | 0.56% | - |
| XYZ | 12.89 | 15.34 | 28.27 | - |
| YUV | 101.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 143 | 0.60 | 0.19 | 0 | 0.44 | 198.84 | 0.43 | 0.39 |
| Hex | 39 | 74 | 8F | 3C | 13 | 0 | 2C | C7 | 2B | 27 |
| Octal | 71 | 164 | 217 | 74 | 23 | 0 | 54 | 307 | 53 | 47 |
| Binary | 111001 | 1110100 | 10001111 | 111100 | 10011 | 0 | 101100 | 11000111 | 101011 | 100111 |
Color Harmonies of #39748F
Complementary color
Monochromatic Colors of #39748F
Black with #39748F
Text Example
Text Example
White with #39748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39748F; }
p { color: rgb(57,116,143); }
H1.HeaderClassName
{
color: #39748F;
}
.AnyTagClassName
{
color: #39748F;
}
</style>
background-color css
<style>
a { background-color: #39748F; }
a { background-color: rgb(57,116,143); }
div.DivClassName
{
background-color: #39748F;
}
.BgClassName
{
background-color: #39748F;
}
</style>
border-color css
<style>
span { border-color: #39748F; }
span { border-color: rgb(57,116,143); }
td.TdClassName
{
border-color: #39748F;
}
.TagClassName
{
border-color: #39748F;
}
</style>