Shades of Astronaut #384B72
Tints of Astronaut #384B72
RGB
CMYK
RGB Variations
Color information
#384B72 (or 0x384B72) is known color: Astronaut. HEX triplet: 38, 4B and 72. RGB value is (56,75,114). Sum of RGB (Red+Green+Blue) = 56+75+114=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #384B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B72 is #C7B48D. Grayscale: #494949. Windows color (decimal): -13087886 or 7490360. OLE color: 7490360.
HSL color Cylindrical-coordinate representation of color #384B72: hue angle of 220.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384B72 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 75 | 114 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.55 |
| HSL | 220.34º | 0.34% | 0.33% | - |
| HSV(B) | 220.34º | 0.51% | 0.45% | - |
| XYZ | 7.18 | 7.09 | 16.91 | - |
| YUV | 73.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 114 | 0.51 | 0.34 | 0 | 0.55 | 220.34 | 0.34 | 0.33 |
| Hex | 38 | 4B | 72 | 33 | 22 | 0 | 37 | DC | 22 | 21 |
| Octal | 70 | 113 | 162 | 63 | 42 | 0 | 67 | 334 | 42 | 41 |
| Binary | 111000 | 1001011 | 1110010 | 110011 | 100010 | 0 | 110111 | 11011100 | 100010 | 100001 |
Color Harmonies of #384B72
Complementary color
Monochromatic Colors of #384B72
Black with #384B72
Text Example
Text Example
White with #384B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B72; }
p { color: rgb(56,75,114); }
H1.HeaderClassName
{
color: #384B72;
}
.AnyTagClassName
{
color: #384B72;
}
</style>
background-color css
<style>
a { background-color: #384B72; }
a { background-color: rgb(56,75,114); }
div.DivClassName
{
background-color: #384B72;
}
.BgClassName
{
background-color: #384B72;
}
</style>
border-color css
<style>
span { border-color: #384B72; }
span { border-color: rgb(56,75,114); }
td.TdClassName
{
border-color: #384B72;
}
.TagClassName
{
border-color: #384B72;
}
</style>