Shades of Astronaut #384D73
Tints of Astronaut #384D73
RGB
CMYK
RGB Variations
Color information
#384D73 (or 0x384D73) is known color: Astronaut. HEX triplet: 38, 4D and 73. RGB value is (56,77,115). Sum of RGB (Red+Green+Blue) = 56+77+115=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #384D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D73 is #C7B28C. Grayscale: #4A4A4A. Windows color (decimal): -13087373 or 7556408. OLE color: 7556408.
HSL color Cylindrical-coordinate representation of color #384D73: hue angle of 218.64º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384D73 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 77 | 115 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.55 |
| HSL | 218.64º | 0.35% | 0.34% | - |
| HSV(B) | 218.64º | 0.51% | 0.45% | - |
| XYZ | 7.38 | 7.39 | 17.26 | - |
| YUV | 75.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 115 | 0.51 | 0.33 | 0 | 0.55 | 218.64 | 0.35 | 0.34 |
| Hex | 38 | 4D | 73 | 33 | 21 | 0 | 37 | DB | 23 | 22 |
| Octal | 70 | 115 | 163 | 63 | 41 | 0 | 67 | 333 | 43 | 42 |
| Binary | 111000 | 1001101 | 1110011 | 110011 | 100001 | 0 | 110111 | 11011011 | 100011 | 100010 |
Color Harmonies of #384D73
Complementary color
Monochromatic Colors of #384D73
Black with #384D73
Text Example
Text Example
White with #384D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D73; }
p { color: rgb(56,77,115); }
H1.HeaderClassName
{
color: #384D73;
}
.AnyTagClassName
{
color: #384D73;
}
</style>
background-color css
<style>
a { background-color: #384D73; }
a { background-color: rgb(56,77,115); }
div.DivClassName
{
background-color: #384D73;
}
.BgClassName
{
background-color: #384D73;
}
</style>
border-color css
<style>
span { border-color: #384D73; }
span { border-color: rgb(56,77,115); }
td.TdClassName
{
border-color: #384D73;
}
.TagClassName
{
border-color: #384D73;
}
</style>