Shades of Astronaut #384B77
Tints of Astronaut #384B77
RGB
CMYK
RGB Variations
Color information
#384B77 (or 0x384B77) is known color: Astronaut. HEX triplet: 38, 4B and 77. RGB value is (56,75,119). Sum of RGB (Red+Green+Blue) = 56+75+119=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #384B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B77 is #C7B488. Grayscale: #4A4A4A. Windows color (decimal): -13087881 or 7818040. OLE color: 7818040.
HSL color Cylindrical-coordinate representation of color #384B77: hue angle of 221.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384B77 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 75 | 119 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.53 |
| HSL | 221.9º | 0.36% | 0.34% | - |
| HSV(B) | 221.9º | 0.53% | 0.47% | - |
| XYZ | 7.48 | 7.2 | 18.45 | - |
| YUV | 74.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 119 | 0.53 | 0.37 | 0 | 0.53 | 221.9 | 0.36 | 0.34 |
| Hex | 38 | 4B | 77 | 35 | 25 | 0 | 35 | DE | 24 | 22 |
| Octal | 70 | 113 | 167 | 65 | 45 | 0 | 65 | 336 | 44 | 42 |
| Binary | 111000 | 1001011 | 1110111 | 110101 | 100101 | 0 | 110101 | 11011110 | 100100 | 100010 |
Color Harmonies of #384B77
Complementary color
Monochromatic Colors of #384B77
Black with #384B77
Text Example
Text Example
White with #384B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B77; }
p { color: rgb(56,75,119); }
H1.HeaderClassName
{
color: #384B77;
}
.AnyTagClassName
{
color: #384B77;
}
</style>
background-color css
<style>
a { background-color: #384B77; }
a { background-color: rgb(56,75,119); }
div.DivClassName
{
background-color: #384B77;
}
.BgClassName
{
background-color: #384B77;
}
</style>
border-color css
<style>
span { border-color: #384B77; }
span { border-color: rgb(56,75,119); }
td.TdClassName
{
border-color: #384B77;
}
.TagClassName
{
border-color: #384B77;
}
</style>