Shades of Astronaut #3D4C70
Tints of Astronaut #3D4C70
RGB
CMYK
RGB Variations
Color information
#3D4C70 (or 0x3D4C70) is known color: Astronaut. HEX triplet: 3D, 4C and 70. RGB value is (61,76,112). Sum of RGB (Red+Green+Blue) = 61+76+112=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D4C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C70 is #C2B38F. Grayscale: #4B4B4B. Windows color (decimal): -12759952 or 7359549. OLE color: 7359549.
HSL color Cylindrical-coordinate representation of color #3D4C70: hue angle of 222.35º degrees, saturation: 0.29, 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 #3D4C70 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 76 | 112 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.56 |
| HSL | 222.35º | 0.29% | 0.34% | - |
| HSV(B) | 222.35º | 0.46% | 0.44% | - |
| XYZ | 7.43 | 7.33 | 16.35 | - |
| YUV | 75.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 112 | 0.46 | 0.32 | 0 | 0.56 | 222.35 | 0.29 | 0.34 |
| Hex | 3D | 4C | 70 | 2E | 20 | 0 | 38 | DE | 1D | 22 |
| Octal | 75 | 114 | 160 | 56 | 40 | 0 | 70 | 336 | 35 | 42 |
| Binary | 111101 | 1001100 | 1110000 | 101110 | 100000 | 0 | 111000 | 11011110 | 11101 | 100010 |
Color Harmonies of #3D4C70
Complementary color
Monochromatic Colors of #3D4C70
Black with #3D4C70
Text Example
Text Example
White with #3D4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C70; }
p { color: rgb(61,76,112); }
H1.HeaderClassName
{
color: #3D4C70;
}
.AnyTagClassName
{
color: #3D4C70;
}
</style>
background-color css
<style>
a { background-color: #3D4C70; }
a { background-color: rgb(61,76,112); }
div.DivClassName
{
background-color: #3D4C70;
}
.BgClassName
{
background-color: #3D4C70;
}
</style>
border-color css
<style>
span { border-color: #3D4C70; }
span { border-color: rgb(61,76,112); }
td.TdClassName
{
border-color: #3D4C70;
}
.TagClassName
{
border-color: #3D4C70;
}
</style>