Shades of Astronaut #3D4E72
Tints of Astronaut #3D4E72
RGB
CMYK
RGB Variations
Color information
#3D4E72 (or 0x3D4E72) is known color: Astronaut. HEX triplet: 3D, 4E and 72. RGB value is (61,78,114). Sum of RGB (Red+Green+Blue) = 61+78+114=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E72 is #C2B18D. Grayscale: #4C4C4C. Windows color (decimal): -12759438 or 7491133. OLE color: 7491133.
HSL color Cylindrical-coordinate representation of color #3D4E72: hue angle of 220.75º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4E72 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 78 | 114 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.55 |
| HSL | 220.75º | 0.3% | 0.34% | - |
| HSV(B) | 220.75º | 0.46% | 0.45% | - |
| XYZ | 7.69 | 7.66 | 16.99 | - |
| YUV | 77.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 114 | 0.46 | 0.32 | 0 | 0.55 | 220.75 | 0.3 | 0.34 |
| Hex | 3D | 4E | 72 | 2E | 20 | 0 | 37 | DD | 1E | 22 |
| Octal | 75 | 116 | 162 | 56 | 40 | 0 | 67 | 335 | 36 | 42 |
| Binary | 111101 | 1001110 | 1110010 | 101110 | 100000 | 0 | 110111 | 11011101 | 11110 | 100010 |
Color Harmonies of #3D4E72
Complementary color
Monochromatic Colors of #3D4E72
Black with #3D4E72
Text Example
Text Example
White with #3D4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E72; }
p { color: rgb(61,78,114); }
H1.HeaderClassName
{
color: #3D4E72;
}
.AnyTagClassName
{
color: #3D4E72;
}
</style>
background-color css
<style>
a { background-color: #3D4E72; }
a { background-color: rgb(61,78,114); }
div.DivClassName
{
background-color: #3D4E72;
}
.BgClassName
{
background-color: #3D4E72;
}
</style>
border-color css
<style>
span { border-color: #3D4E72; }
span { border-color: rgb(61,78,114); }
td.TdClassName
{
border-color: #3D4E72;
}
.TagClassName
{
border-color: #3D4E72;
}
</style>