Shades of Astral #39738C
Tints of Astral #39738C
RGB
CMYK
RGB Variations
Color information
#39738C (or 0x39738C) is known color: Astral. HEX triplet: 39, 73 and 8C. RGB value is (57,115,140). Sum of RGB (Red+Green+Blue) = 57+115+140=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #39738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39738C is #C68C73. Grayscale: #646464. Windows color (decimal): -13012084 or 9204537. OLE color: 9204537.
HSL color Cylindrical-coordinate representation of color #39738C: hue angle of 198.07º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39738C is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 115 | 140 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.45 |
| HSL | 198.07º | 0.42% | 0.39% | - |
| HSV(B) | 198.07º | 0.59% | 0.55% | - |
| XYZ | 12.55 | 15.02 | 27.05 | - |
| YUV | 100.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 140 | 0.59 | 0.18 | 0 | 0.45 | 198.07 | 0.42 | 0.39 |
| Hex | 39 | 73 | 8C | 3B | 12 | 0 | 2D | C6 | 2A | 27 |
| Octal | 71 | 163 | 214 | 73 | 22 | 0 | 55 | 306 | 52 | 47 |
| Binary | 111001 | 1110011 | 10001100 | 111011 | 10010 | 0 | 101101 | 11000110 | 101010 | 100111 |
Color Harmonies of #39738C
Complementary color
Monochromatic Colors of #39738C
Black with #39738C
Text Example
Text Example
White with #39738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39738C; }
p { color: rgb(57,115,140); }
H1.HeaderClassName
{
color: #39738C;
}
.AnyTagClassName
{
color: #39738C;
}
</style>
background-color css
<style>
a { background-color: #39738C; }
a { background-color: rgb(57,115,140); }
div.DivClassName
{
background-color: #39738C;
}
.BgClassName
{
background-color: #39738C;
}
</style>
border-color css
<style>
span { border-color: #39738C; }
span { border-color: rgb(57,115,140); }
td.TdClassName
{
border-color: #39738C;
}
.TagClassName
{
border-color: #39738C;
}
</style>