Shades of Astronaut #3B4A76
Tints of Astronaut #3B4A76
RGB
CMYK
RGB Variations
Color information
#3B4A76 (or 0x3B4A76) is known color: Astronaut. HEX triplet: 3B, 4A and 76. RGB value is (59,74,118). Sum of RGB (Red+Green+Blue) = 59+74+118=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4A76 is #C4B589. Grayscale: #4A4A4A. Windows color (decimal): -12891530 or 7752251. OLE color: 7752251.
HSL color Cylindrical-coordinate representation of color #3B4A76: hue angle of 224.75º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4A76 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 74 | 118 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.54 |
| HSL | 224.75º | 0.33% | 0.35% | - |
| HSV(B) | 224.75º | 0.5% | 0.46% | - |
| XYZ | 7.52 | 7.14 | 18.12 | - |
| YUV | 74.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 118 | 0.50 | 0.37 | 0 | 0.54 | 224.75 | 0.33 | 0.35 |
| Hex | 3B | 4A | 76 | 32 | 25 | 0 | 36 | E1 | 21 | 23 |
| Octal | 73 | 112 | 166 | 62 | 45 | 0 | 66 | 341 | 41 | 43 |
| Binary | 111011 | 1001010 | 1110110 | 110010 | 100101 | 0 | 110110 | 11100001 | 100001 | 100011 |
Color Harmonies of #3B4A76
Complementary color
Monochromatic Colors of #3B4A76
Black with #3B4A76
Text Example
Text Example
White with #3B4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A76; }
p { color: rgb(59,74,118); }
H1.HeaderClassName
{
color: #3B4A76;
}
.AnyTagClassName
{
color: #3B4A76;
}
</style>
background-color css
<style>
a { background-color: #3B4A76; }
a { background-color: rgb(59,74,118); }
div.DivClassName
{
background-color: #3B4A76;
}
.BgClassName
{
background-color: #3B4A76;
}
</style>
border-color css
<style>
span { border-color: #3B4A76; }
span { border-color: rgb(59,74,118); }
td.TdClassName
{
border-color: #3B4A76;
}
.TagClassName
{
border-color: #3B4A76;
}
</style>