Shades of Astronaut #3A4D72
Tints of Astronaut #3A4D72
RGB
CMYK
RGB Variations
Color information
#3A4D72 (or 0x3A4D72) is known color: Astronaut. HEX triplet: 3A, 4D and 72. RGB value is (58,77,114). Sum of RGB (Red+Green+Blue) = 58+77+114=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A4D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4D72 is #C5B28D. Grayscale: #4B4B4B. Windows color (decimal): -12956302 or 7490874. OLE color: 7490874.
HSL color Cylindrical-coordinate representation of color #3A4D72: hue angle of 219.64º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4D72 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 77 | 114 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.55 |
| HSL | 219.64º | 0.33% | 0.34% | - |
| HSV(B) | 219.64º | 0.49% | 0.45% | - |
| XYZ | 7.44 | 7.42 | 16.96 | - |
| YUV | 75.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 114 | 0.49 | 0.32 | 0 | 0.55 | 219.64 | 0.33 | 0.34 |
| Hex | 3A | 4D | 72 | 31 | 20 | 0 | 37 | DC | 21 | 22 |
| Octal | 72 | 115 | 162 | 61 | 40 | 0 | 67 | 334 | 41 | 42 |
| Binary | 111010 | 1001101 | 1110010 | 110001 | 100000 | 0 | 110111 | 11011100 | 100001 | 100010 |
Color Harmonies of #3A4D72
Complementary color
Monochromatic Colors of #3A4D72
Black with #3A4D72
Text Example
Text Example
White with #3A4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D72; }
p { color: rgb(58,77,114); }
H1.HeaderClassName
{
color: #3A4D72;
}
.AnyTagClassName
{
color: #3A4D72;
}
</style>
background-color css
<style>
a { background-color: #3A4D72; }
a { background-color: rgb(58,77,114); }
div.DivClassName
{
background-color: #3A4D72;
}
.BgClassName
{
background-color: #3A4D72;
}
</style>
border-color css
<style>
span { border-color: #3A4D72; }
span { border-color: rgb(58,77,114); }
td.TdClassName
{
border-color: #3A4D72;
}
.TagClassName
{
border-color: #3A4D72;
}
</style>