Shades of Astronaut #3A4F6D
Tints of Astronaut #3A4F6D
RGB
CMYK
RGB Variations
Color information
#3A4F6D (or 0x3A4F6D) is known color: Astronaut. HEX triplet: 3A, 4F and 6D. RGB value is (58,79,109). Sum of RGB (Red+Green+Blue) = 58+79+109=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A4F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4F6D is #C5B092. Grayscale: #4B4B4B. Windows color (decimal): -12955795 or 7163706. OLE color: 7163706.
HSL color Cylindrical-coordinate representation of color #3A4F6D: hue angle of 215.29º 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 #3A4F6D is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 79 | 109 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.57 |
| HSL | 215.29º | 0.31% | 0.33% | - |
| HSV(B) | 215.29º | 0.47% | 0.43% | - |
| XYZ | 7.3 | 7.6 | 15.55 | - |
| YUV | 76.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 109 | 0.47 | 0.28 | 0 | 0.57 | 215.29 | 0.31 | 0.33 |
| Hex | 3A | 4F | 6D | 2F | 1C | 0 | 39 | D7 | 1F | 21 |
| Octal | 72 | 117 | 155 | 57 | 34 | 0 | 71 | 327 | 37 | 41 |
| Binary | 111010 | 1001111 | 1101101 | 101111 | 11100 | 0 | 111001 | 11010111 | 11111 | 100001 |
Color Harmonies of #3A4F6D
Complementary color
Monochromatic Colors of #3A4F6D
Black with #3A4F6D
Text Example
Text Example
White with #3A4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F6D; }
p { color: rgb(58,79,109); }
H1.HeaderClassName
{
color: #3A4F6D;
}
.AnyTagClassName
{
color: #3A4F6D;
}
</style>
background-color css
<style>
a { background-color: #3A4F6D; }
a { background-color: rgb(58,79,109); }
div.DivClassName
{
background-color: #3A4F6D;
}
.BgClassName
{
background-color: #3A4F6D;
}
</style>
border-color css
<style>
span { border-color: #3A4F6D; }
span { border-color: rgb(58,79,109); }
td.TdClassName
{
border-color: #3A4F6D;
}
.TagClassName
{
border-color: #3A4F6D;
}
</style>