Shades of Astronaut #38506F
Tints of Astronaut #38506F
RGB
CMYK
RGB Variations
Color information
#38506F (or 0x38506F) is known color: Astronaut. HEX triplet: 38, 50 and 6F. RGB value is (56,80,111). Sum of RGB (Red+Green+Blue) = 56+80+111=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #38506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38506F is #C7AF90. Grayscale: #4C4C4C. Windows color (decimal): -13086609 or 7295032. OLE color: 7295032.
HSL color Cylindrical-coordinate representation of color #38506F: hue angle of 213.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38506F is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 80 | 111 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.56 |
| HSL | 213.82º | 0.33% | 0.33% | - |
| HSV(B) | 213.82º | 0.5% | 0.44% | - |
| XYZ | 7.37 | 7.73 | 16.14 | - |
| YUV | 76.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 111 | 0.50 | 0.28 | 0 | 0.56 | 213.82 | 0.33 | 0.33 |
| Hex | 38 | 50 | 6F | 32 | 1C | 0 | 38 | D6 | 21 | 21 |
| Octal | 70 | 120 | 157 | 62 | 34 | 0 | 70 | 326 | 41 | 41 |
| Binary | 111000 | 1010000 | 1101111 | 110010 | 11100 | 0 | 111000 | 11010110 | 100001 | 100001 |
Color Harmonies of #38506F
Complementary color
Monochromatic Colors of #38506F
Black with #38506F
Text Example
Text Example
White with #38506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38506F; }
p { color: rgb(56,80,111); }
H1.HeaderClassName
{
color: #38506F;
}
.AnyTagClassName
{
color: #38506F;
}
</style>
background-color css
<style>
a { background-color: #38506F; }
a { background-color: rgb(56,80,111); }
div.DivClassName
{
background-color: #38506F;
}
.BgClassName
{
background-color: #38506F;
}
</style>
border-color css
<style>
span { border-color: #38506F; }
span { border-color: rgb(56,80,111); }
td.TdClassName
{
border-color: #38506F;
}
.TagClassName
{
border-color: #38506F;
}
</style>