Shades of Astral #39698C
Tints of Astral #39698C
RGB
CMYK
RGB Variations
Color information
#39698C (or 0x39698C) is known color: Astral. HEX triplet: 39, 69 and 8C. RGB value is (57,105,140). Sum of RGB (Red+Green+Blue) = 57+105+140=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #39698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39698C is #C69673. Grayscale: #5E5E5E. Windows color (decimal): -13014644 or 9201977. OLE color: 9201977.
HSL color Cylindrical-coordinate representation of color #39698C: hue angle of 205.3º 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 #39698C is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 105 | 140 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.45 |
| HSL | 205.3º | 0.42% | 0.39% | - |
| HSV(B) | 205.3º | 0.59% | 0.55% | - |
| XYZ | 11.47 | 12.87 | 26.69 | - |
| YUV | 94.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 140 | 0.59 | 0.25 | 0 | 0.45 | 205.3 | 0.42 | 0.39 |
| Hex | 39 | 69 | 8C | 3B | 19 | 0 | 2D | CD | 2A | 27 |
| Octal | 71 | 151 | 214 | 73 | 31 | 0 | 55 | 315 | 52 | 47 |
| Binary | 111001 | 1101001 | 10001100 | 111011 | 11001 | 0 | 101101 | 11001101 | 101010 | 100111 |
Color Harmonies of #39698C
Complementary color
Monochromatic Colors of #39698C
Black with #39698C
Text Example
Text Example
White with #39698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39698C; }
p { color: rgb(57,105,140); }
H1.HeaderClassName
{
color: #39698C;
}
.AnyTagClassName
{
color: #39698C;
}
</style>
background-color css
<style>
a { background-color: #39698C; }
a { background-color: rgb(57,105,140); }
div.DivClassName
{
background-color: #39698C;
}
.BgClassName
{
background-color: #39698C;
}
</style>
border-color css
<style>
span { border-color: #39698C; }
span { border-color: rgb(57,105,140); }
td.TdClassName
{
border-color: #39698C;
}
.TagClassName
{
border-color: #39698C;
}
</style>