Shades of Astronaut #3D5272
Tints of Astronaut #3D5272
RGB
CMYK
RGB Variations
Color information
#3D5272 (or 0x3D5272) is known color: Astronaut. HEX triplet: 3D, 52 and 72. RGB value is (61,82,114). Sum of RGB (Red+Green+Blue) = 61+82+114=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D5272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5272 is #C2AD8D. Grayscale: #4F4F4F. Windows color (decimal): -12758414 or 7492157. OLE color: 7492157.
HSL color Cylindrical-coordinate representation of color #3D5272: hue angle of 216.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5272 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 82 | 114 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.55 |
| HSL | 216.23º | 0.3% | 0.34% | - |
| HSV(B) | 216.23º | 0.46% | 0.45% | - |
| XYZ | 7.98 | 8.24 | 17.09 | - |
| YUV | 79.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 114 | 0.46 | 0.28 | 0 | 0.55 | 216.23 | 0.3 | 0.34 |
| Hex | 3D | 52 | 72 | 2E | 1C | 0 | 37 | D8 | 1E | 22 |
| Octal | 75 | 122 | 162 | 56 | 34 | 0 | 67 | 330 | 36 | 42 |
| Binary | 111101 | 1010010 | 1110010 | 101110 | 11100 | 0 | 110111 | 11011000 | 11110 | 100010 |
Color Harmonies of #3D5272
Complementary color
Monochromatic Colors of #3D5272
Black with #3D5272
Text Example
Text Example
White with #3D5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5272; }
p { color: rgb(61,82,114); }
H1.HeaderClassName
{
color: #3D5272;
}
.AnyTagClassName
{
color: #3D5272;
}
</style>
background-color css
<style>
a { background-color: #3D5272; }
a { background-color: rgb(61,82,114); }
div.DivClassName
{
background-color: #3D5272;
}
.BgClassName
{
background-color: #3D5272;
}
</style>
border-color css
<style>
span { border-color: #3D5272; }
span { border-color: rgb(61,82,114); }
td.TdClassName
{
border-color: #3D5272;
}
.TagClassName
{
border-color: #3D5272;
}
</style>