Shades of Astronaut #395070
Tints of Astronaut #395070
RGB
CMYK
RGB Variations
Color information
#395070 (or 0x395070) is known color: Astronaut. HEX triplet: 39, 50 and 70. RGB value is (57,80,112). Sum of RGB (Red+Green+Blue) = 57+80+112=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #395070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395070 is #C6AF8F. Grayscale: #4C4C4C. Windows color (decimal): -13021072 or 7360569. OLE color: 7360569.
HSL color Cylindrical-coordinate representation of color #395070: hue angle of 214.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395070 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 80 | 112 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.56 |
| HSL | 214.91º | 0.33% | 0.33% | - |
| HSV(B) | 214.91º | 0.49% | 0.44% | - |
| XYZ | 7.48 | 7.78 | 16.44 | - |
| YUV | 76.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 112 | 0.49 | 0.29 | 0 | 0.56 | 214.91 | 0.33 | 0.33 |
| Hex | 39 | 50 | 70 | 31 | 1D | 0 | 38 | D7 | 21 | 21 |
| Octal | 71 | 120 | 160 | 61 | 35 | 0 | 70 | 327 | 41 | 41 |
| Binary | 111001 | 1010000 | 1110000 | 110001 | 11101 | 0 | 111000 | 11010111 | 100001 | 100001 |
Color Harmonies of #395070
Complementary color
Monochromatic Colors of #395070
Black with #395070
Text Example
Text Example
White with #395070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395070; }
p { color: rgb(57,80,112); }
H1.HeaderClassName
{
color: #395070;
}
.AnyTagClassName
{
color: #395070;
}
</style>
background-color css
<style>
a { background-color: #395070; }
a { background-color: rgb(57,80,112); }
div.DivClassName
{
background-color: #395070;
}
.BgClassName
{
background-color: #395070;
}
</style>
border-color css
<style>
span { border-color: #395070; }
span { border-color: rgb(57,80,112); }
td.TdClassName
{
border-color: #395070;
}
.TagClassName
{
border-color: #395070;
}
</style>