Shades of Astronaut #3D4D6E
Tints of Astronaut #3D4D6E
RGB
CMYK
RGB Variations
Color information
#3D4D6E (or 0x3D4D6E) is known color: Astronaut. HEX triplet: 3D, 4D and 6E. RGB value is (61,77,110). Sum of RGB (Red+Green+Blue) = 61+77+110=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D4D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D6E is #C2B291. Grayscale: #4B4B4B. Windows color (decimal): -12759698 or 7228733. OLE color: 7228733.
HSL color Cylindrical-coordinate representation of color #3D4D6E: hue angle of 220.41º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D4D6E is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 77 | 110 | - |
| CMYK | 0.45 | 0.3 | 0 | 0.57 |
| HSL | 220.41º | 0.29% | 0.34% | - |
| HSV(B) | 220.41º | 0.45% | 0.43% | - |
| XYZ | 7.39 | 7.43 | 15.8 | - |
| YUV | 75.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 110 | 0.45 | 0.3 | 0 | 0.57 | 220.41 | 0.29 | 0.34 |
| Hex | 3D | 4D | 6E | 2D | 1E | 0 | 39 | DC | 1D | 22 |
| Octal | 75 | 115 | 156 | 55 | 36 | 0 | 71 | 334 | 35 | 42 |
| Binary | 111101 | 1001101 | 1101110 | 101101 | 11110 | 0 | 111001 | 11011100 | 11101 | 100010 |
Color Harmonies of #3D4D6E
Complementary color
Monochromatic Colors of #3D4D6E
Black with #3D4D6E
Text Example
Text Example
White with #3D4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D6E; }
p { color: rgb(61,77,110); }
H1.HeaderClassName
{
color: #3D4D6E;
}
.AnyTagClassName
{
color: #3D4D6E;
}
</style>
background-color css
<style>
a { background-color: #3D4D6E; }
a { background-color: rgb(61,77,110); }
div.DivClassName
{
background-color: #3D4D6E;
}
.BgClassName
{
background-color: #3D4D6E;
}
</style>
border-color css
<style>
span { border-color: #3D4D6E; }
span { border-color: rgb(61,77,110); }
td.TdClassName
{
border-color: #3D4D6E;
}
.TagClassName
{
border-color: #3D4D6E;
}
</style>