Shades of Astronaut #3D4979
Tints of Astronaut #3D4979
RGB
CMYK
RGB Variations
Color information
#3D4979 (or 0x3D4979) is known color: Astronaut. HEX triplet: 3D, 49 and 79. RGB value is (61,73,121). Sum of RGB (Red+Green+Blue) = 61+73+121=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D4979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4979 is #C2B686. Grayscale: #4A4A4A. Windows color (decimal): -12760711 or 7948605. OLE color: 7948605.
HSL color Cylindrical-coordinate representation of color #3D4979: hue angle of 228º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4979 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 73 | 121 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.53 |
| HSL | 228º | 0.33% | 0.36% | - |
| HSV(B) | 228º | 0.5% | 0.47% | - |
| XYZ | 7.76 | 7.14 | 19.06 | - |
| YUV | 74.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 121 | 0.50 | 0.40 | 0 | 0.53 | 228 | 0.33 | 0.36 |
| Hex | 3D | 49 | 79 | 32 | 28 | 0 | 35 | E4 | 21 | 24 |
| Octal | 75 | 111 | 171 | 62 | 50 | 0 | 65 | 344 | 41 | 44 |
| Binary | 111101 | 1001001 | 1111001 | 110010 | 101000 | 0 | 110101 | 11100100 | 100001 | 100100 |
Color Harmonies of #3D4979
Complementary color
Monochromatic Colors of #3D4979
Black with #3D4979
Text Example
Text Example
White with #3D4979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4979; }
p { color: rgb(61,73,121); }
H1.HeaderClassName
{
color: #3D4979;
}
.AnyTagClassName
{
color: #3D4979;
}
</style>
background-color css
<style>
a { background-color: #3D4979; }
a { background-color: rgb(61,73,121); }
div.DivClassName
{
background-color: #3D4979;
}
.BgClassName
{
background-color: #3D4979;
}
</style>
border-color css
<style>
span { border-color: #3D4979; }
span { border-color: rgb(61,73,121); }
td.TdClassName
{
border-color: #3D4979;
}
.TagClassName
{
border-color: #3D4979;
}
</style>