Shades of Astronaut #3A4D6E
Tints of Astronaut #3A4D6E
RGB
CMYK
RGB Variations
Color information
#3A4D6E (or 0x3A4D6E) is known color: Astronaut. HEX triplet: 3A, 4D and 6E. RGB value is (58,77,110). Sum of RGB (Red+Green+Blue) = 58+77+110=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A4D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4D6E is #C5B291. Grayscale: #4A4A4A. Windows color (decimal): -12956306 or 7228730. OLE color: 7228730.
HSL color Cylindrical-coordinate representation of color #3A4D6E: hue angle of 218.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4D6E is Cyan = 0.47, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 77 | 110 | - |
| CMYK | 0.47 | 0.3 | 0 | 0.57 |
| HSL | 218.08º | 0.31% | 0.33% | - |
| HSV(B) | 218.08º | 0.47% | 0.43% | - |
| XYZ | 7.21 | 7.33 | 15.79 | - |
| YUV | 75.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 110 | 0.47 | 0.3 | 0 | 0.57 | 218.08 | 0.31 | 0.33 |
| Hex | 3A | 4D | 6E | 2F | 1E | 0 | 39 | DA | 1F | 21 |
| Octal | 72 | 115 | 156 | 57 | 36 | 0 | 71 | 332 | 37 | 41 |
| Binary | 111010 | 1001101 | 1101110 | 101111 | 11110 | 0 | 111001 | 11011010 | 11111 | 100001 |
Color Harmonies of #3A4D6E
Complementary color
Monochromatic Colors of #3A4D6E
Black with #3A4D6E
Text Example
Text Example
White with #3A4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D6E; }
p { color: rgb(58,77,110); }
H1.HeaderClassName
{
color: #3A4D6E;
}
.AnyTagClassName
{
color: #3A4D6E;
}
</style>
background-color css
<style>
a { background-color: #3A4D6E; }
a { background-color: rgb(58,77,110); }
div.DivClassName
{
background-color: #3A4D6E;
}
.BgClassName
{
background-color: #3A4D6E;
}
</style>
border-color css
<style>
span { border-color: #3A4D6E; }
span { border-color: rgb(58,77,110); }
td.TdClassName
{
border-color: #3A4D6E;
}
.TagClassName
{
border-color: #3A4D6E;
}
</style>