Shades of Astronaut #3D4A76
Tints of Astronaut #3D4A76
RGB
CMYK
RGB Variations
Color information
#3D4A76 (or 0x3D4A76) is known color: Astronaut. HEX triplet: 3D, 4A and 76. RGB value is (61,74,118). Sum of RGB (Red+Green+Blue) = 61+74+118=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A76 is #C2B589. Grayscale: #4A4A4A. Windows color (decimal): -12760458 or 7752253. OLE color: 7752253.
HSL color Cylindrical-coordinate representation of color #3D4A76: hue angle of 226.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4A76 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 74 | 118 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.54 |
| HSL | 226.32º | 0.32% | 0.35% | - |
| HSV(B) | 226.32º | 0.48% | 0.46% | - |
| XYZ | 7.64 | 7.2 | 18.13 | - |
| YUV | 75.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 118 | 0.48 | 0.37 | 0 | 0.54 | 226.32 | 0.32 | 0.35 |
| Hex | 3D | 4A | 76 | 30 | 25 | 0 | 36 | E2 | 20 | 23 |
| Octal | 75 | 112 | 166 | 60 | 45 | 0 | 66 | 342 | 40 | 43 |
| Binary | 111101 | 1001010 | 1110110 | 110000 | 100101 | 0 | 110110 | 11100010 | 100000 | 100011 |
Color Harmonies of #3D4A76
Complementary color
Monochromatic Colors of #3D4A76
Black with #3D4A76
Text Example
Text Example
White with #3D4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A76; }
p { color: rgb(61,74,118); }
H1.HeaderClassName
{
color: #3D4A76;
}
.AnyTagClassName
{
color: #3D4A76;
}
</style>
background-color css
<style>
a { background-color: #3D4A76; }
a { background-color: rgb(61,74,118); }
div.DivClassName
{
background-color: #3D4A76;
}
.BgClassName
{
background-color: #3D4A76;
}
</style>
border-color css
<style>
span { border-color: #3D4A76; }
span { border-color: rgb(61,74,118); }
td.TdClassName
{
border-color: #3D4A76;
}
.TagClassName
{
border-color: #3D4A76;
}
</style>