Shades of Astral #39658B
Tints of Astral #39658B
RGB
CMYK
RGB Variations
Color information
#39658B (or 0x39658B) is known color: Astral. HEX triplet: 39, 65 and 8B. RGB value is (57,101,139). Sum of RGB (Red+Green+Blue) = 57+101+139=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #39658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39658B is #C69A74. Grayscale: #5B5B5B. Windows color (decimal): -13015669 or 9135417. OLE color: 9135417.
HSL color Cylindrical-coordinate representation of color #39658B: hue angle of 207.8º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39658B is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 101 | 139 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.45 |
| HSL | 207.8º | 0.42% | 0.38% | - |
| HSV(B) | 207.8º | 0.59% | 0.55% | - |
| XYZ | 11 | 12.04 | 26.17 | - |
| YUV | 92.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 139 | 0.59 | 0.27 | 0 | 0.45 | 207.8 | 0.42 | 0.38 |
| Hex | 39 | 65 | 8B | 3B | 1B | 0 | 2D | D0 | 2A | 26 |
| Octal | 71 | 145 | 213 | 73 | 33 | 0 | 55 | 320 | 52 | 46 |
| Binary | 111001 | 1100101 | 10001011 | 111011 | 11011 | 0 | 101101 | 11010000 | 101010 | 100110 |
Color Harmonies of #39658B
Complementary color
Monochromatic Colors of #39658B
Black with #39658B
Text Example
Text Example
White with #39658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39658B; }
p { color: rgb(57,101,139); }
H1.HeaderClassName
{
color: #39658B;
}
.AnyTagClassName
{
color: #39658B;
}
</style>
background-color css
<style>
a { background-color: #39658B; }
a { background-color: rgb(57,101,139); }
div.DivClassName
{
background-color: #39658B;
}
.BgClassName
{
background-color: #39658B;
}
</style>
border-color css
<style>
span { border-color: #39658B; }
span { border-color: rgb(57,101,139); }
td.TdClassName
{
border-color: #39658B;
}
.TagClassName
{
border-color: #39658B;
}
</style>