Shades of Astronaut #3D4D7C
Tints of Astronaut #3D4D7C
RGB
CMYK
RGB Variations
Color information
#3D4D7C (or 0x3D4D7C) is known color: Astronaut. HEX triplet: 3D, 4D and 7C. RGB value is (61,77,124). Sum of RGB (Red+Green+Blue) = 61+77+124=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D4D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D7C is #C2B283. Grayscale: #4D4D4D. Windows color (decimal): -12759684 or 8146237. OLE color: 8146237.
HSL color Cylindrical-coordinate representation of color #3D4D7C: hue angle of 224.76º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D4D7C is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 77 | 124 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.51 |
| HSL | 224.76º | 0.34% | 0.36% | - |
| HSV(B) | 224.76º | 0.51% | 0.49% | - |
| XYZ | 8.22 | 7.76 | 20.13 | - |
| YUV | 77.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 124 | 0.51 | 0.38 | 0 | 0.51 | 224.76 | 0.34 | 0.36 |
| Hex | 3D | 4D | 7C | 33 | 26 | 0 | 33 | E1 | 22 | 24 |
| Octal | 75 | 115 | 174 | 63 | 46 | 0 | 63 | 341 | 42 | 44 |
| Binary | 111101 | 1001101 | 1111100 | 110011 | 100110 | 0 | 110011 | 11100001 | 100010 | 100100 |
Color Harmonies of #3D4D7C
Complementary color
Monochromatic Colors of #3D4D7C
Black with #3D4D7C
Text Example
Text Example
White with #3D4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D7C; }
p { color: rgb(61,77,124); }
H1.HeaderClassName
{
color: #3D4D7C;
}
.AnyTagClassName
{
color: #3D4D7C;
}
</style>
background-color css
<style>
a { background-color: #3D4D7C; }
a { background-color: rgb(61,77,124); }
div.DivClassName
{
background-color: #3D4D7C;
}
.BgClassName
{
background-color: #3D4D7C;
}
</style>
border-color css
<style>
span { border-color: #3D4D7C; }
span { border-color: rgb(61,77,124); }
td.TdClassName
{
border-color: #3D4D7C;
}
.TagClassName
{
border-color: #3D4D7C;
}
</style>