Shades of Astronaut #3A4D6B
Tints of Astronaut #3A4D6B
RGB
CMYK
RGB Variations
Color information
#3A4D6B (or 0x3A4D6B) is known color: Astronaut. HEX triplet: 3A, 4D and 6B. RGB value is (58,77,107). Sum of RGB (Red+Green+Blue) = 58+77+107=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A4D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4D6B is #C5B294. Grayscale: #4A4A4A. Windows color (decimal): -12956309 or 7032122. OLE color: 7032122.
HSL color Cylindrical-coordinate representation of color #3A4D6B: hue angle of 216.73º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A4D6B is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 77 | 107 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.58 |
| HSL | 216.73º | 0.3% | 0.32% | - |
| HSV(B) | 216.73º | 0.46% | 0.42% | - |
| XYZ | 7.05 | 7.27 | 14.94 | - |
| YUV | 74.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 107 | 0.46 | 0.28 | 0 | 0.58 | 216.73 | 0.3 | 0.32 |
| Hex | 3A | 4D | 6B | 2E | 1C | 0 | 3A | D9 | 1E | 20 |
| Octal | 72 | 115 | 153 | 56 | 34 | 0 | 72 | 331 | 36 | 40 |
| Binary | 111010 | 1001101 | 1101011 | 101110 | 11100 | 0 | 111010 | 11011001 | 11110 | 100000 |
Color Harmonies of #3A4D6B
Complementary color
Monochromatic Colors of #3A4D6B
Black with #3A4D6B
Text Example
Text Example
White with #3A4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D6B; }
p { color: rgb(58,77,107); }
H1.HeaderClassName
{
color: #3A4D6B;
}
.AnyTagClassName
{
color: #3A4D6B;
}
</style>
background-color css
<style>
a { background-color: #3A4D6B; }
a { background-color: rgb(58,77,107); }
div.DivClassName
{
background-color: #3A4D6B;
}
.BgClassName
{
background-color: #3A4D6B;
}
</style>
border-color css
<style>
span { border-color: #3A4D6B; }
span { border-color: rgb(58,77,107); }
td.TdClassName
{
border-color: #3A4D6B;
}
.TagClassName
{
border-color: #3A4D6B;
}
</style>