Shades of Astral #39738D
Tints of Astral #39738D
RGB
CMYK
RGB Variations
Color information
#39738D (or 0x39738D) is known color: Astral. HEX triplet: 39, 73 and 8D. RGB value is (57,115,141). Sum of RGB (Red+Green+Blue) = 57+115+141=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #39738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39738D is #C68C72. Grayscale: #646464. Windows color (decimal): -13012083 or 9270073. OLE color: 9270073.
HSL color Cylindrical-coordinate representation of color #39738D: hue angle of 198.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39738D is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 115 | 141 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.45 |
| HSL | 198.57º | 0.42% | 0.39% | - |
| HSV(B) | 198.57º | 0.6% | 0.55% | - |
| XYZ | 12.63 | 15.05 | 27.44 | - |
| YUV | 100.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 141 | 0.60 | 0.18 | 0 | 0.45 | 198.57 | 0.42 | 0.39 |
| Hex | 39 | 73 | 8D | 3C | 12 | 0 | 2D | C7 | 2A | 27 |
| Octal | 71 | 163 | 215 | 74 | 22 | 0 | 55 | 307 | 52 | 47 |
| Binary | 111001 | 1110011 | 10001101 | 111100 | 10010 | 0 | 101101 | 11000111 | 101010 | 100111 |
Color Harmonies of #39738D
Complementary color
Monochromatic Colors of #39738D
Black with #39738D
Text Example
Text Example
White with #39738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39738D; }
p { color: rgb(57,115,141); }
H1.HeaderClassName
{
color: #39738D;
}
.AnyTagClassName
{
color: #39738D;
}
</style>
background-color css
<style>
a { background-color: #39738D; }
a { background-color: rgb(57,115,141); }
div.DivClassName
{
background-color: #39738D;
}
.BgClassName
{
background-color: #39738D;
}
</style>
border-color css
<style>
span { border-color: #39738D; }
span { border-color: rgb(57,115,141); }
td.TdClassName
{
border-color: #39738D;
}
.TagClassName
{
border-color: #39738D;
}
</style>