Shades of Astronaut #384C74
Tints of Astronaut #384C74
RGB
CMYK
RGB Variations
Color information
#384C74 (or 0x384C74) is known color: Astronaut. HEX triplet: 38, 4C and 74. RGB value is (56,76,116). Sum of RGB (Red+Green+Blue) = 56+76+116=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #384C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C74 is #C7B38B. Grayscale: #4A4A4A. Windows color (decimal): -13087628 or 7621688. OLE color: 7621688.
HSL color Cylindrical-coordinate representation of color #384C74: hue angle of 220º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384C74 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 76 | 116 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.55 |
| HSL | 220º | 0.35% | 0.34% | - |
| HSV(B) | 220º | 0.52% | 0.45% | - |
| XYZ | 7.37 | 7.27 | 17.54 | - |
| YUV | 74.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 116 | 0.52 | 0.34 | 0 | 0.55 | 220 | 0.35 | 0.34 |
| Hex | 38 | 4C | 74 | 34 | 22 | 0 | 37 | DC | 23 | 22 |
| Octal | 70 | 114 | 164 | 64 | 42 | 0 | 67 | 334 | 43 | 42 |
| Binary | 111000 | 1001100 | 1110100 | 110100 | 100010 | 0 | 110111 | 11011100 | 100011 | 100010 |
Color Harmonies of #384C74
Complementary color
Monochromatic Colors of #384C74
Black with #384C74
Text Example
Text Example
White with #384C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C74; }
p { color: rgb(56,76,116); }
H1.HeaderClassName
{
color: #384C74;
}
.AnyTagClassName
{
color: #384C74;
}
</style>
background-color css
<style>
a { background-color: #384C74; }
a { background-color: rgb(56,76,116); }
div.DivClassName
{
background-color: #384C74;
}
.BgClassName
{
background-color: #384C74;
}
</style>
border-color css
<style>
span { border-color: #384C74; }
span { border-color: rgb(56,76,116); }
td.TdClassName
{
border-color: #384C74;
}
.TagClassName
{
border-color: #384C74;
}
</style>