Shades of Astronaut #3D4A71
Tints of Astronaut #3D4A71
RGB
CMYK
RGB Variations
Color information
#3D4A71 (or 0x3D4A71) is known color: Astronaut. HEX triplet: 3D, 4A and 71. RGB value is (61,74,113). Sum of RGB (Red+Green+Blue) = 61+74+113=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A71 is #C2B58E. Grayscale: #4A4A4A. Windows color (decimal): -12760463 or 7424573. OLE color: 7424573.
HSL color Cylindrical-coordinate representation of color #3D4A71: hue angle of 225º 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 #3D4A71 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 74 | 113 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.56 |
| HSL | 225º | 0.3% | 0.34% | - |
| HSV(B) | 225º | 0.46% | 0.44% | - |
| XYZ | 7.35 | 7.08 | 16.6 | - |
| YUV | 74.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 113 | 0.46 | 0.35 | 0 | 0.56 | 225 | 0.3 | 0.34 |
| Hex | 3D | 4A | 71 | 2E | 23 | 0 | 38 | E1 | 1E | 22 |
| Octal | 75 | 112 | 161 | 56 | 43 | 0 | 70 | 341 | 36 | 42 |
| Binary | 111101 | 1001010 | 1110001 | 101110 | 100011 | 0 | 111000 | 11100001 | 11110 | 100010 |
Color Harmonies of #3D4A71
Complementary color
Monochromatic Colors of #3D4A71
Black with #3D4A71
Text Example
Text Example
White with #3D4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A71; }
p { color: rgb(61,74,113); }
H1.HeaderClassName
{
color: #3D4A71;
}
.AnyTagClassName
{
color: #3D4A71;
}
</style>
background-color css
<style>
a { background-color: #3D4A71; }
a { background-color: rgb(61,74,113); }
div.DivClassName
{
background-color: #3D4A71;
}
.BgClassName
{
background-color: #3D4A71;
}
</style>
border-color css
<style>
span { border-color: #3D4A71; }
span { border-color: rgb(61,74,113); }
td.TdClassName
{
border-color: #3D4A71;
}
.TagClassName
{
border-color: #3D4A71;
}
</style>