Shades of Astronaut #3D507A
Tints of Astronaut #3D507A
RGB
CMYK
RGB Variations
Color information
#3D507A (or 0x3D507A) is known color: Astronaut. HEX triplet: 3D, 50 and 7A. RGB value is (61,80,122). Sum of RGB (Red+Green+Blue) = 61+80+122=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D507A is #C2AF85. Grayscale: #4E4E4E. Windows color (decimal): -12758918 or 8015933. OLE color: 8015933.
HSL color Cylindrical-coordinate representation of color #3D507A: hue angle of 221.31º 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 #3D507A is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 80 | 122 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.52 |
| HSL | 221.31º | 0.33% | 0.36% | - |
| HSV(B) | 221.31º | 0.5% | 0.48% | - |
| XYZ | 8.31 | 8.13 | 19.54 | - |
| YUV | 79.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 122 | 0.50 | 0.34 | 0 | 0.52 | 221.31 | 0.33 | 0.36 |
| Hex | 3D | 50 | 7A | 32 | 22 | 0 | 34 | DD | 21 | 24 |
| Octal | 75 | 120 | 172 | 62 | 42 | 0 | 64 | 335 | 41 | 44 |
| Binary | 111101 | 1010000 | 1111010 | 110010 | 100010 | 0 | 110100 | 11011101 | 100001 | 100100 |
Color Harmonies of #3D507A
Complementary color
Monochromatic Colors of #3D507A
Black with #3D507A
Text Example
Text Example
White with #3D507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D507A; }
p { color: rgb(61,80,122); }
H1.HeaderClassName
{
color: #3D507A;
}
.AnyTagClassName
{
color: #3D507A;
}
</style>
background-color css
<style>
a { background-color: #3D507A; }
a { background-color: rgb(61,80,122); }
div.DivClassName
{
background-color: #3D507A;
}
.BgClassName
{
background-color: #3D507A;
}
</style>
border-color css
<style>
span { border-color: #3D507A; }
span { border-color: rgb(61,80,122); }
td.TdClassName
{
border-color: #3D507A;
}
.TagClassName
{
border-color: #3D507A;
}
</style>