Shades of Astral #39697C
Tints of Astral #39697C
RGB
CMYK
RGB Variations
Color information
#39697C (or 0x39697C) is known color: Astral. HEX triplet: 39, 69 and 7C. RGB value is (57,105,124). Sum of RGB (Red+Green+Blue) = 57+105+124=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #39697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39697C is #C69683. Grayscale: #5C5C5C. Windows color (decimal): -13014660 or 8153401. OLE color: 8153401.
HSL color Cylindrical-coordinate representation of color #39697C: hue angle of 197.01º 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 #39697C is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 105 | 124 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.51 |
| HSL | 197.01º | 0.37% | 0.35% | - |
| HSV(B) | 197.01º | 0.54% | 0.49% | - |
| XYZ | 10.38 | 12.43 | 20.92 | - |
| YUV | 92.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 124 | 0.54 | 0.15 | 0 | 0.51 | 197.01 | 0.37 | 0.35 |
| Hex | 39 | 69 | 7C | 36 | F | 0 | 33 | C5 | 25 | 23 |
| Octal | 71 | 151 | 174 | 66 | 17 | 0 | 63 | 305 | 45 | 43 |
| Binary | 111001 | 1101001 | 1111100 | 110110 | 1111 | 0 | 110011 | 11000101 | 100101 | 100011 |
Color Harmonies of #39697C
Complementary color
Monochromatic Colors of #39697C
Black with #39697C
Text Example
Text Example
White with #39697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39697C; }
p { color: rgb(57,105,124); }
H1.HeaderClassName
{
color: #39697C;
}
.AnyTagClassName
{
color: #39697C;
}
</style>
background-color css
<style>
a { background-color: #39697C; }
a { background-color: rgb(57,105,124); }
div.DivClassName
{
background-color: #39697C;
}
.BgClassName
{
background-color: #39697C;
}
</style>
border-color css
<style>
span { border-color: #39697C; }
span { border-color: rgb(57,105,124); }
td.TdClassName
{
border-color: #39697C;
}
.TagClassName
{
border-color: #39697C;
}
</style>