Shades of Astronaut #3F4B7D
Tints of Astronaut #3F4B7D
RGB
CMYK
RGB Variations
Color information
#3F4B7D (or 0x3F4B7D) is known color: Astronaut. HEX triplet: 3F, 4B and 7D. RGB value is (63,75,125). Sum of RGB (Red+Green+Blue) = 63+75+125=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F4B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B7D is #C0B482. Grayscale: #4C4C4C. Windows color (decimal): -12629123 or 8211263. OLE color: 8211263.
HSL color Cylindrical-coordinate representation of color #3F4B7D: hue angle of 228.39º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F4B7D is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 75 | 125 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.51 |
| HSL | 228.39º | 0.33% | 0.37% | - |
| HSV(B) | 228.39º | 0.5% | 0.49% | - |
| XYZ | 8.27 | 7.57 | 20.43 | - |
| YUV | 77.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 125 | 0.50 | 0.40 | 0 | 0.51 | 228.39 | 0.33 | 0.37 |
| Hex | 3F | 4B | 7D | 32 | 28 | 0 | 33 | E4 | 21 | 25 |
| Octal | 77 | 113 | 175 | 62 | 50 | 0 | 63 | 344 | 41 | 45 |
| Binary | 111111 | 1001011 | 1111101 | 110010 | 101000 | 0 | 110011 | 11100100 | 100001 | 100101 |
Color Harmonies of #3F4B7D
Complementary color
Monochromatic Colors of #3F4B7D
Black with #3F4B7D
Text Example
Text Example
White with #3F4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B7D; }
p { color: rgb(63,75,125); }
H1.HeaderClassName
{
color: #3F4B7D;
}
.AnyTagClassName
{
color: #3F4B7D;
}
</style>
background-color css
<style>
a { background-color: #3F4B7D; }
a { background-color: rgb(63,75,125); }
div.DivClassName
{
background-color: #3F4B7D;
}
.BgClassName
{
background-color: #3F4B7D;
}
</style>
border-color css
<style>
span { border-color: #3F4B7D; }
span { border-color: rgb(63,75,125); }
td.TdClassName
{
border-color: #3F4B7D;
}
.TagClassName
{
border-color: #3F4B7D;
}
</style>