Shades of Astronaut #384E73
Tints of Astronaut #384E73
RGB
CMYK
RGB Variations
Color information
#384E73 (or 0x384E73) is known color: Astronaut. HEX triplet: 38, 4E and 73. RGB value is (56,78,115). Sum of RGB (Red+Green+Blue) = 56+78+115=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #384E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E73 is #C7B18C. Grayscale: #4B4B4B. Windows color (decimal): -13087117 or 7556664. OLE color: 7556664.
HSL color Cylindrical-coordinate representation of color #384E73: hue angle of 217.63º 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 #384E73 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 78 | 115 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.55 |
| HSL | 217.63º | 0.35% | 0.34% | - |
| HSV(B) | 217.63º | 0.51% | 0.45% | - |
| XYZ | 7.45 | 7.53 | 17.28 | - |
| YUV | 75.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 115 | 0.51 | 0.32 | 0 | 0.55 | 217.63 | 0.35 | 0.34 |
| Hex | 38 | 4E | 73 | 33 | 20 | 0 | 37 | DA | 23 | 22 |
| Octal | 70 | 116 | 163 | 63 | 40 | 0 | 67 | 332 | 43 | 42 |
| Binary | 111000 | 1001110 | 1110011 | 110011 | 100000 | 0 | 110111 | 11011010 | 100011 | 100010 |
Color Harmonies of #384E73
Complementary color
Monochromatic Colors of #384E73
Black with #384E73
Text Example
Text Example
White with #384E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E73; }
p { color: rgb(56,78,115); }
H1.HeaderClassName
{
color: #384E73;
}
.AnyTagClassName
{
color: #384E73;
}
</style>
background-color css
<style>
a { background-color: #384E73; }
a { background-color: rgb(56,78,115); }
div.DivClassName
{
background-color: #384E73;
}
.BgClassName
{
background-color: #384E73;
}
</style>
border-color css
<style>
span { border-color: #384E73; }
span { border-color: rgb(56,78,115); }
td.TdClassName
{
border-color: #384E73;
}
.TagClassName
{
border-color: #384E73;
}
</style>