Shades of Astronaut #3D5073
Tints of Astronaut #3D5073
RGB
CMYK
RGB Variations
Color information
#3D5073 (or 0x3D5073) is known color: Astronaut. HEX triplet: 3D, 50 and 73. RGB value is (61,80,115). Sum of RGB (Red+Green+Blue) = 61+80+115=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D5073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5073 is #C2AF8C. Grayscale: #4E4E4E. Windows color (decimal): -12758925 or 7557181. OLE color: 7557181.
HSL color Cylindrical-coordinate representation of color #3D5073: hue angle of 218.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D5073 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 80 | 115 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.55 |
| HSL | 218.89º | 0.31% | 0.35% | - |
| HSV(B) | 218.89º | 0.47% | 0.45% | - |
| XYZ | 7.89 | 7.97 | 17.34 | - |
| YUV | 78.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 115 | 0.47 | 0.30 | 0 | 0.55 | 218.89 | 0.31 | 0.35 |
| Hex | 3D | 50 | 73 | 2F | 1E | 0 | 37 | DB | 1F | 23 |
| Octal | 75 | 120 | 163 | 57 | 36 | 0 | 67 | 333 | 37 | 43 |
| Binary | 111101 | 1010000 | 1110011 | 101111 | 11110 | 0 | 110111 | 11011011 | 11111 | 100011 |
Color Harmonies of #3D5073
Complementary color
Monochromatic Colors of #3D5073
Black with #3D5073
Text Example
Text Example
White with #3D5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5073; }
p { color: rgb(61,80,115); }
H1.HeaderClassName
{
color: #3D5073;
}
.AnyTagClassName
{
color: #3D5073;
}
</style>
background-color css
<style>
a { background-color: #3D5073; }
a { background-color: rgb(61,80,115); }
div.DivClassName
{
background-color: #3D5073;
}
.BgClassName
{
background-color: #3D5073;
}
</style>
border-color css
<style>
span { border-color: #3D5073; }
span { border-color: rgb(61,80,115); }
td.TdClassName
{
border-color: #3D5073;
}
.TagClassName
{
border-color: #3D5073;
}
</style>