Shades of Astronaut #3F4B6D
Tints of Astronaut #3F4B6D
RGB
CMYK
RGB Variations
Color information
#3F4B6D (or 0x3F4B6D) is known color: Astronaut. HEX triplet: 3F, 4B and 6D. RGB value is (63,75,109). Sum of RGB (Red+Green+Blue) = 63+75+109=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F4B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B6D is #C0B492. Grayscale: #4B4B4B. Windows color (decimal): -12629139 or 7162687. OLE color: 7162687.
HSL color Cylindrical-coordinate representation of color #3F4B6D: hue angle of 224.35º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F4B6D is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 75 | 109 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.57 |
| HSL | 224.35º | 0.27% | 0.34% | - |
| HSV(B) | 224.35º | 0.42% | 0.43% | - |
| XYZ | 7.33 | 7.19 | 15.47 | - |
| YUV | 75.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 109 | 0.42 | 0.31 | 0 | 0.57 | 224.35 | 0.27 | 0.34 |
| Hex | 3F | 4B | 6D | 2A | 1F | 0 | 39 | E0 | 1B | 22 |
| Octal | 77 | 113 | 155 | 52 | 37 | 0 | 71 | 340 | 33 | 42 |
| Binary | 111111 | 1001011 | 1101101 | 101010 | 11111 | 0 | 111001 | 11100000 | 11011 | 100010 |
Color Harmonies of #3F4B6D
Complementary color
Monochromatic Colors of #3F4B6D
Black with #3F4B6D
Text Example
Text Example
White with #3F4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B6D; }
p { color: rgb(63,75,109); }
H1.HeaderClassName
{
color: #3F4B6D;
}
.AnyTagClassName
{
color: #3F4B6D;
}
</style>
background-color css
<style>
a { background-color: #3F4B6D; }
a { background-color: rgb(63,75,109); }
div.DivClassName
{
background-color: #3F4B6D;
}
.BgClassName
{
background-color: #3F4B6D;
}
</style>
border-color css
<style>
span { border-color: #3F4B6D; }
span { border-color: rgb(63,75,109); }
td.TdClassName
{
border-color: #3F4B6D;
}
.TagClassName
{
border-color: #3F4B6D;
}
</style>