Shades of Astral #39687C
Tints of Astral #39687C
RGB
CMYK
RGB Variations
Color information
#39687C (or 0x39687C) is known color: Astral. HEX triplet: 39, 68 and 7C. RGB value is (57,104,124). Sum of RGB (Red+Green+Blue) = 57+104+124=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #39687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39687C is #C69783. Grayscale: #5C5C5C. Windows color (decimal): -13014916 or 8153145. OLE color: 8153145.
HSL color Cylindrical-coordinate representation of color #39687C: hue angle of 197.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39687C is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 104 | 124 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.51 |
| HSL | 197.91º | 0.37% | 0.35% | - |
| HSV(B) | 197.91º | 0.54% | 0.49% | - |
| XYZ | 10.28 | 12.23 | 20.89 | - |
| YUV | 92.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 124 | 0.54 | 0.16 | 0 | 0.51 | 197.91 | 0.37 | 0.35 |
| Hex | 39 | 68 | 7C | 36 | 10 | 0 | 33 | C6 | 25 | 23 |
| Octal | 71 | 150 | 174 | 66 | 20 | 0 | 63 | 306 | 45 | 43 |
| Binary | 111001 | 1101000 | 1111100 | 110110 | 10000 | 0 | 110011 | 11000110 | 100101 | 100011 |
Color Harmonies of #39687C
Complementary color
Monochromatic Colors of #39687C
Black with #39687C
Text Example
Text Example
White with #39687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39687C; }
p { color: rgb(57,104,124); }
H1.HeaderClassName
{
color: #39687C;
}
.AnyTagClassName
{
color: #39687C;
}
</style>
background-color css
<style>
a { background-color: #39687C; }
a { background-color: rgb(57,104,124); }
div.DivClassName
{
background-color: #39687C;
}
.BgClassName
{
background-color: #39687C;
}
</style>
border-color css
<style>
span { border-color: #39687C; }
span { border-color: rgb(57,104,124); }
td.TdClassName
{
border-color: #39687C;
}
.TagClassName
{
border-color: #39687C;
}
</style>