Shades of Astronaut #384A76
Tints of Astronaut #384A76
RGB
CMYK
RGB Variations
Color information
#384A76 (or 0x384A76) is known color: Astronaut. HEX triplet: 38, 4A and 76. RGB value is (56,74,118). Sum of RGB (Red+Green+Blue) = 56+74+118=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #384A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A76 is #C7B589. Grayscale: #494949. Windows color (decimal): -13088138 or 7752248. OLE color: 7752248.
HSL color Cylindrical-coordinate representation of color #384A76: hue angle of 222.58º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384A76 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 74 | 118 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.54 |
| HSL | 222.58º | 0.36% | 0.34% | - |
| HSV(B) | 222.58º | 0.53% | 0.46% | - |
| XYZ | 7.35 | 7.05 | 18.11 | - |
| YUV | 73.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 118 | 0.53 | 0.37 | 0 | 0.54 | 222.58 | 0.36 | 0.34 |
| Hex | 38 | 4A | 76 | 35 | 25 | 0 | 36 | DF | 24 | 22 |
| Octal | 70 | 112 | 166 | 65 | 45 | 0 | 66 | 337 | 44 | 42 |
| Binary | 111000 | 1001010 | 1110110 | 110101 | 100101 | 0 | 110110 | 11011111 | 100100 | 100010 |
Color Harmonies of #384A76
Complementary color
Monochromatic Colors of #384A76
Black with #384A76
Text Example
Text Example
White with #384A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A76; }
p { color: rgb(56,74,118); }
H1.HeaderClassName
{
color: #384A76;
}
.AnyTagClassName
{
color: #384A76;
}
</style>
background-color css
<style>
a { background-color: #384A76; }
a { background-color: rgb(56,74,118); }
div.DivClassName
{
background-color: #384A76;
}
.BgClassName
{
background-color: #384A76;
}
</style>
border-color css
<style>
span { border-color: #384A76; }
span { border-color: rgb(56,74,118); }
td.TdClassName
{
border-color: #384A76;
}
.TagClassName
{
border-color: #384A76;
}
</style>