Shades of Astronaut #3E4B6D
Tints of Astronaut #3E4B6D
RGB
CMYK
RGB Variations
Color information
#3E4B6D (or 0x3E4B6D) is known color: Astronaut. HEX triplet: 3E, 4B and 6D. RGB value is (62,75,109). Sum of RGB (Red+Green+Blue) = 62+75+109=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 75 (29.69% from 255 or 30.49% 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 #3E4B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B6D is #C1B492. Grayscale: #4A4A4A. Windows color (decimal): -12694675 or 7162686. OLE color: 7162686.
HSL color Cylindrical-coordinate representation of color #3E4B6D: hue angle of 223.4º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E4B6D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 75 | 109 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.57 |
| HSL | 223.4º | 0.27% | 0.34% | - |
| HSV(B) | 223.4º | 0.43% | 0.43% | - |
| XYZ | 7.26 | 7.16 | 15.47 | - |
| YUV | 74.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 109 | 0.43 | 0.31 | 0 | 0.57 | 223.4 | 0.27 | 0.34 |
| Hex | 3E | 4B | 6D | 2B | 1F | 0 | 39 | DF | 1B | 22 |
| Octal | 76 | 113 | 155 | 53 | 37 | 0 | 71 | 337 | 33 | 42 |
| Binary | 111110 | 1001011 | 1101101 | 101011 | 11111 | 0 | 111001 | 11011111 | 11011 | 100010 |
Color Harmonies of #3E4B6D
Complementary color
Monochromatic Colors of #3E4B6D
Black with #3E4B6D
Text Example
Text Example
White with #3E4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B6D; }
p { color: rgb(62,75,109); }
H1.HeaderClassName
{
color: #3E4B6D;
}
.AnyTagClassName
{
color: #3E4B6D;
}
</style>
background-color css
<style>
a { background-color: #3E4B6D; }
a { background-color: rgb(62,75,109); }
div.DivClassName
{
background-color: #3E4B6D;
}
.BgClassName
{
background-color: #3E4B6D;
}
</style>
border-color css
<style>
span { border-color: #3E4B6D; }
span { border-color: rgb(62,75,109); }
td.TdClassName
{
border-color: #3E4B6D;
}
.TagClassName
{
border-color: #3E4B6D;
}
</style>