Shades of Astronaut #384D6D
Tints of Astronaut #384D6D
RGB
CMYK
RGB Variations
Color information
#384D6D (or 0x384D6D) is known color: Astronaut. HEX triplet: 38, 4D and 6D. RGB value is (56,77,109). Sum of RGB (Red+Green+Blue) = 56+77+109=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #384D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D6D is #C7B292. Grayscale: #4A4A4A. Windows color (decimal): -13087379 or 7163192. OLE color: 7163192.
HSL color Cylindrical-coordinate representation of color #384D6D: hue angle of 216.23º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384D6D is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 77 | 109 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.57 |
| HSL | 216.23º | 0.32% | 0.32% | - |
| HSV(B) | 216.23º | 0.49% | 0.43% | - |
| XYZ | 7.05 | 7.25 | 15.5 | - |
| YUV | 74.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 109 | 0.49 | 0.29 | 0 | 0.57 | 216.23 | 0.32 | 0.32 |
| Hex | 38 | 4D | 6D | 31 | 1D | 0 | 39 | D8 | 20 | 20 |
| Octal | 70 | 115 | 155 | 61 | 35 | 0 | 71 | 330 | 40 | 40 |
| Binary | 111000 | 1001101 | 1101101 | 110001 | 11101 | 0 | 111001 | 11011000 | 100000 | 100000 |
Color Harmonies of #384D6D
Complementary color
Monochromatic Colors of #384D6D
Black with #384D6D
Text Example
Text Example
White with #384D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D6D; }
p { color: rgb(56,77,109); }
H1.HeaderClassName
{
color: #384D6D;
}
.AnyTagClassName
{
color: #384D6D;
}
</style>
background-color css
<style>
a { background-color: #384D6D; }
a { background-color: rgb(56,77,109); }
div.DivClassName
{
background-color: #384D6D;
}
.BgClassName
{
background-color: #384D6D;
}
</style>
border-color css
<style>
span { border-color: #384D6D; }
span { border-color: rgb(56,77,109); }
td.TdClassName
{
border-color: #384D6D;
}
.TagClassName
{
border-color: #384D6D;
}
</style>