Shades of Astronaut #3D527A
Tints of Astronaut #3D527A
RGB
CMYK
RGB Variations
Color information
#3D527A (or 0x3D527A) is known color: Astronaut. HEX triplet: 3D, 52 and 7A. RGB value is (61,82,122). Sum of RGB (Red+Green+Blue) = 61+82+122=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D527A is #C2AD85. Grayscale: #505050. Windows color (decimal): -12758406 or 8016445. OLE color: 8016445.
HSL color Cylindrical-coordinate representation of color #3D527A: hue angle of 219.34º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D527A is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 82 | 122 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.52 |
| HSL | 219.34º | 0.33% | 0.36% | - |
| HSV(B) | 219.34º | 0.5% | 0.48% | - |
| XYZ | 8.45 | 8.43 | 19.59 | - |
| YUV | 80.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 122 | 0.50 | 0.33 | 0 | 0.52 | 219.34 | 0.33 | 0.36 |
| Hex | 3D | 52 | 7A | 32 | 21 | 0 | 34 | DB | 21 | 24 |
| Octal | 75 | 122 | 172 | 62 | 41 | 0 | 64 | 333 | 41 | 44 |
| Binary | 111101 | 1010010 | 1111010 | 110010 | 100001 | 0 | 110100 | 11011011 | 100001 | 100100 |
Color Harmonies of #3D527A
Complementary color
Monochromatic Colors of #3D527A
Black with #3D527A
Text Example
Text Example
White with #3D527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D527A; }
p { color: rgb(61,82,122); }
H1.HeaderClassName
{
color: #3D527A;
}
.AnyTagClassName
{
color: #3D527A;
}
</style>
background-color css
<style>
a { background-color: #3D527A; }
a { background-color: rgb(61,82,122); }
div.DivClassName
{
background-color: #3D527A;
}
.BgClassName
{
background-color: #3D527A;
}
</style>
border-color css
<style>
span { border-color: #3D527A; }
span { border-color: rgb(61,82,122); }
td.TdClassName
{
border-color: #3D527A;
}
.TagClassName
{
border-color: #3D527A;
}
</style>