Shades of Astral #39748E
Tints of Astral #39748E
RGB
CMYK
RGB Variations
Color information
#39748E (or 0x39748E) is known color: Astral. HEX triplet: 39, 74 and 8E. RGB value is (57,116,142). Sum of RGB (Red+Green+Blue) = 57+116+142=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #39748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39748E is #C68B71. Grayscale: #656565. Windows color (decimal): -13011826 or 9335865. OLE color: 9335865.
HSL color Cylindrical-coordinate representation of color #39748E: hue angle of 198.35º 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 #39748E is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
RGB | 57 | 116 | 142 | - |
CMYK | 0.60 | 0.18 | 0 | 0.44 |
HSL | 198.35º | 0.43% | 0.39% | - |
HSV(B) | 198.35º | 0.6% | 0.56% | - |
XYZ | 12.82 | 15.31 | 27.87 | - |
YUV | 101.32 | 150.95 | 96.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 116 | 142 | 0.60 | 0.18 | 0 | 0.44 | 198.35 | 0.43 | 0.39 |
Hex | 39 | 74 | 8E | 3C | 12 | 0 | 2C | C6 | 2B | 27 |
Octal | 71 | 164 | 216 | 74 | 22 | 0 | 54 | 306 | 53 | 47 |
Binary | 111001 | 1110100 | 10001110 | 111100 | 10010 | 0 | 101100 | 11000110 | 101011 | 100111 |
Color Harmonies of #39748E
Complementary color
Monochromatic Colors of #39748E
Black with #39748E
Text Example
Text Example
White with #39748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39748E; }
p { color: rgb(57,116,142); }
H1.HeaderClassName
{
color: #39748E;
}
.AnyTagClassName
{
color: #39748E;
}
</style>
background-color css
<style>
a { background-color: #39748E; }
a { background-color: rgb(57,116,142); }
div.DivClassName
{
background-color: #39748E;
}
.BgClassName
{
background-color: #39748E;
}
</style>
border-color css
<style>
span { border-color: #39748E; }
span { border-color: rgb(57,116,142); }
td.TdClassName
{
border-color: #39748E;
}
.TagClassName
{
border-color: #39748E;
}
</style>