Shades of Astronaut #3D5171
Tints of Astronaut #3D5171
RGB
CMYK
RGB Variations
Color information
#3D5171 (or 0x3D5171) is known color: Astronaut. HEX triplet: 3D, 51 and 71. RGB value is (61,81,113). Sum of RGB (Red+Green+Blue) = 61+81+113=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D5171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5171 is #C2AE8E. Grayscale: #4E4E4E. Windows color (decimal): -12758671 or 7426365. OLE color: 7426365.
HSL color Cylindrical-coordinate representation of color #3D5171: hue angle of 216.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5171 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 81 | 113 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.56 |
| HSL | 216.92º | 0.3% | 0.34% | - |
| HSV(B) | 216.92º | 0.46% | 0.44% | - |
| XYZ | 7.85 | 8.07 | 16.77 | - |
| YUV | 78.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 113 | 0.46 | 0.28 | 0 | 0.56 | 216.92 | 0.3 | 0.34 |
| Hex | 3D | 51 | 71 | 2E | 1C | 0 | 38 | D9 | 1E | 22 |
| Octal | 75 | 121 | 161 | 56 | 34 | 0 | 70 | 331 | 36 | 42 |
| Binary | 111101 | 1010001 | 1110001 | 101110 | 11100 | 0 | 111000 | 11011001 | 11110 | 100010 |
Color Harmonies of #3D5171
Complementary color
Monochromatic Colors of #3D5171
Black with #3D5171
Text Example
Text Example
White with #3D5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5171; }
p { color: rgb(61,81,113); }
H1.HeaderClassName
{
color: #3D5171;
}
.AnyTagClassName
{
color: #3D5171;
}
</style>
background-color css
<style>
a { background-color: #3D5171; }
a { background-color: rgb(61,81,113); }
div.DivClassName
{
background-color: #3D5171;
}
.BgClassName
{
background-color: #3D5171;
}
</style>
border-color css
<style>
span { border-color: #3D5171; }
span { border-color: rgb(61,81,113); }
td.TdClassName
{
border-color: #3D5171;
}
.TagClassName
{
border-color: #3D5171;
}
</style>