Shades of Astronaut #3E4B6C
Tints of Astronaut #3E4B6C
RGB
CMYK
RGB Variations
Color information
#3E4B6C (or 0x3E4B6C) is known color: Astronaut. HEX triplet: 3E, 4B and 6C. RGB value is (62,75,108). Sum of RGB (Red+Green+Blue) = 62+75+108=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E4B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B6C is #C1B493. Grayscale: #4A4A4A. Windows color (decimal): -12694676 or 7097150. OLE color: 7097150.
HSL color Cylindrical-coordinate representation of color #3E4B6C: hue angle of 223.04º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E4B6C is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 75 | 108 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.58 |
| HSL | 223.04º | 0.27% | 0.33% | - |
| HSV(B) | 223.04º | 0.43% | 0.42% | - |
| XYZ | 7.21 | 7.14 | 15.19 | - |
| YUV | 74.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 108 | 0.43 | 0.31 | 0 | 0.58 | 223.04 | 0.27 | 0.33 |
| Hex | 3E | 4B | 6C | 2B | 1F | 0 | 3A | DF | 1B | 21 |
| Octal | 76 | 113 | 154 | 53 | 37 | 0 | 72 | 337 | 33 | 41 |
| Binary | 111110 | 1001011 | 1101100 | 101011 | 11111 | 0 | 111010 | 11011111 | 11011 | 100001 |
Color Harmonies of #3E4B6C
Complementary color
Monochromatic Colors of #3E4B6C
Black with #3E4B6C
Text Example
Text Example
White with #3E4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B6C; }
p { color: rgb(62,75,108); }
H1.HeaderClassName
{
color: #3E4B6C;
}
.AnyTagClassName
{
color: #3E4B6C;
}
</style>
background-color css
<style>
a { background-color: #3E4B6C; }
a { background-color: rgb(62,75,108); }
div.DivClassName
{
background-color: #3E4B6C;
}
.BgClassName
{
background-color: #3E4B6C;
}
</style>
border-color css
<style>
span { border-color: #3E4B6C; }
span { border-color: rgb(62,75,108); }
td.TdClassName
{
border-color: #3E4B6C;
}
.TagClassName
{
border-color: #3E4B6C;
}
</style>