Shades of Astronaut #385070
Tints of Astronaut #385070
RGB
CMYK
RGB Variations
Color information
#385070 (or 0x385070) is known color: Astronaut. HEX triplet: 38, 50 and 70. RGB value is (56,80,112). Sum of RGB (Red+Green+Blue) = 56+80+112=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #385070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385070 is #C7AF8F. Grayscale: #4C4C4C. Windows color (decimal): -13086608 or 7360568. OLE color: 7360568.
HSL color Cylindrical-coordinate representation of color #385070: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385070 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 80 | 112 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.56 |
| HSL | 214.29º | 0.33% | 0.33% | - |
| HSV(B) | 214.29º | 0.5% | 0.44% | - |
| XYZ | 7.42 | 7.75 | 16.43 | - |
| YUV | 76.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 112 | 0.50 | 0.29 | 0 | 0.56 | 214.29 | 0.33 | 0.33 |
| Hex | 38 | 50 | 70 | 32 | 1D | 0 | 38 | D6 | 21 | 21 |
| Octal | 70 | 120 | 160 | 62 | 35 | 0 | 70 | 326 | 41 | 41 |
| Binary | 111000 | 1010000 | 1110000 | 110010 | 11101 | 0 | 111000 | 11010110 | 100001 | 100001 |
Color Harmonies of #385070
Complementary color
Monochromatic Colors of #385070
Black with #385070
Text Example
Text Example
White with #385070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385070; }
p { color: rgb(56,80,112); }
H1.HeaderClassName
{
color: #385070;
}
.AnyTagClassName
{
color: #385070;
}
</style>
background-color css
<style>
a { background-color: #385070; }
a { background-color: rgb(56,80,112); }
div.DivClassName
{
background-color: #385070;
}
.BgClassName
{
background-color: #385070;
}
</style>
border-color css
<style>
span { border-color: #385070; }
span { border-color: rgb(56,80,112); }
td.TdClassName
{
border-color: #385070;
}
.TagClassName
{
border-color: #385070;
}
</style>