Shades of Astronaut #3D5170
Tints of Astronaut #3D5170
RGB
CMYK
RGB Variations
Color information
#3D5170 (or 0x3D5170) is known color: Astronaut. HEX triplet: 3D, 51 and 70. RGB value is (61,81,112). Sum of RGB (Red+Green+Blue) = 61+81+112=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D5170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5170 is #C2AE8F. Grayscale: #4E4E4E. Windows color (decimal): -12758672 or 7360829. OLE color: 7360829.
HSL color Cylindrical-coordinate representation of color #3D5170: hue angle of 216.47º 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 #3D5170 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 81 | 112 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.56 |
| HSL | 216.47º | 0.29% | 0.34% | - |
| HSV(B) | 216.47º | 0.46% | 0.44% | - |
| XYZ | 7.79 | 8.05 | 16.47 | - |
| YUV | 78.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 112 | 0.46 | 0.28 | 0 | 0.56 | 216.47 | 0.29 | 0.34 |
| Hex | 3D | 51 | 70 | 2E | 1C | 0 | 38 | D8 | 1D | 22 |
| Octal | 75 | 121 | 160 | 56 | 34 | 0 | 70 | 330 | 35 | 42 |
| Binary | 111101 | 1010001 | 1110000 | 101110 | 11100 | 0 | 111000 | 11011000 | 11101 | 100010 |
Color Harmonies of #3D5170
Complementary color
Monochromatic Colors of #3D5170
Black with #3D5170
Text Example
Text Example
White with #3D5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5170; }
p { color: rgb(61,81,112); }
H1.HeaderClassName
{
color: #3D5170;
}
.AnyTagClassName
{
color: #3D5170;
}
</style>
background-color css
<style>
a { background-color: #3D5170; }
a { background-color: rgb(61,81,112); }
div.DivClassName
{
background-color: #3D5170;
}
.BgClassName
{
background-color: #3D5170;
}
</style>
border-color css
<style>
span { border-color: #3D5170; }
span { border-color: rgb(61,81,112); }
td.TdClassName
{
border-color: #3D5170;
}
.TagClassName
{
border-color: #3D5170;
}
</style>