Shades of Astronaut #3D4C71
Tints of Astronaut #3D4C71
RGB
CMYK
RGB Variations
Color information
#3D4C71 (or 0x3D4C71) is known color: Astronaut. HEX triplet: 3D, 4C and 71. RGB value is (61,76,113). Sum of RGB (Red+Green+Blue) = 61+76+113=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D4C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C71 is #C2B38E. Grayscale: #4B4B4B. Windows color (decimal): -12759951 or 7425085. OLE color: 7425085.
HSL color Cylindrical-coordinate representation of color #3D4C71: hue angle of 222.69º 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 #3D4C71 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 76 | 113 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.56 |
| HSL | 222.69º | 0.3% | 0.34% | - |
| HSV(B) | 222.69º | 0.46% | 0.44% | - |
| XYZ | 7.49 | 7.35 | 16.65 | - |
| YUV | 75.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 113 | 0.46 | 0.33 | 0 | 0.56 | 222.69 | 0.3 | 0.34 |
| Hex | 3D | 4C | 71 | 2E | 21 | 0 | 38 | DF | 1E | 22 |
| Octal | 75 | 114 | 161 | 56 | 41 | 0 | 70 | 337 | 36 | 42 |
| Binary | 111101 | 1001100 | 1110001 | 101110 | 100001 | 0 | 111000 | 11011111 | 11110 | 100010 |
Color Harmonies of #3D4C71
Complementary color
Monochromatic Colors of #3D4C71
Black with #3D4C71
Text Example
Text Example
White with #3D4C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C71; }
p { color: rgb(61,76,113); }
H1.HeaderClassName
{
color: #3D4C71;
}
.AnyTagClassName
{
color: #3D4C71;
}
</style>
background-color css
<style>
a { background-color: #3D4C71; }
a { background-color: rgb(61,76,113); }
div.DivClassName
{
background-color: #3D4C71;
}
.BgClassName
{
background-color: #3D4C71;
}
</style>
border-color css
<style>
span { border-color: #3D4C71; }
span { border-color: rgb(61,76,113); }
td.TdClassName
{
border-color: #3D4C71;
}
.TagClassName
{
border-color: #3D4C71;
}
</style>