Shades of Astronaut #3D5178
Tints of Astronaut #3D5178
RGB
CMYK
RGB Variations
Color information
#3D5178 (or 0x3D5178) is known color: Astronaut. HEX triplet: 3D, 51 and 78. RGB value is (61,81,120). Sum of RGB (Red+Green+Blue) = 61+81+120=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5178 is #C2AE87. Grayscale: #4F4F4F. Windows color (decimal): -12758664 or 7885117. OLE color: 7885117.
HSL color Cylindrical-coordinate representation of color #3D5178: hue angle of 219.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D5178 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 81 | 120 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.53 |
| HSL | 219.66º | 0.33% | 0.35% | - |
| HSV(B) | 219.66º | 0.49% | 0.47% | - |
| XYZ | 8.26 | 8.23 | 18.92 | - |
| YUV | 79.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 120 | 0.49 | 0.32 | 0 | 0.53 | 219.66 | 0.33 | 0.35 |
| Hex | 3D | 51 | 78 | 31 | 20 | 0 | 35 | DC | 21 | 23 |
| Octal | 75 | 121 | 170 | 61 | 40 | 0 | 65 | 334 | 41 | 43 |
| Binary | 111101 | 1010001 | 1111000 | 110001 | 100000 | 0 | 110101 | 11011100 | 100001 | 100011 |
Color Harmonies of #3D5178
Complementary color
Monochromatic Colors of #3D5178
Black with #3D5178
Text Example
Text Example
White with #3D5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5178; }
p { color: rgb(61,81,120); }
H1.HeaderClassName
{
color: #3D5178;
}
.AnyTagClassName
{
color: #3D5178;
}
</style>
background-color css
<style>
a { background-color: #3D5178; }
a { background-color: rgb(61,81,120); }
div.DivClassName
{
background-color: #3D5178;
}
.BgClassName
{
background-color: #3D5178;
}
</style>
border-color css
<style>
span { border-color: #3D5178; }
span { border-color: rgb(61,81,120); }
td.TdClassName
{
border-color: #3D5178;
}
.TagClassName
{
border-color: #3D5178;
}
</style>