Shades of Astronaut #3B5174
Tints of Astronaut #3B5174
RGB
CMYK
RGB Variations
Color information
#3B5174 (or 0x3B5174) is known color: Astronaut. HEX triplet: 3B, 51 and 74. RGB value is (59,81,116). Sum of RGB (Red+Green+Blue) = 59+81+116=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B5174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5174 is #C4AE8B. Grayscale: #4E4E4E. Windows color (decimal): -12889740 or 7622971. OLE color: 7622971.
HSL color Cylindrical-coordinate representation of color #3B5174: hue angle of 216.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B5174 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 81 | 116 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.55 |
| HSL | 216.84º | 0.33% | 0.34% | - |
| HSV(B) | 216.84º | 0.49% | 0.45% | - |
| XYZ | 7.9 | 8.08 | 17.67 | - |
| YUV | 78.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 116 | 0.49 | 0.30 | 0 | 0.55 | 216.84 | 0.33 | 0.34 |
| Hex | 3B | 51 | 74 | 31 | 1E | 0 | 37 | D9 | 21 | 22 |
| Octal | 73 | 121 | 164 | 61 | 36 | 0 | 67 | 331 | 41 | 42 |
| Binary | 111011 | 1010001 | 1110100 | 110001 | 11110 | 0 | 110111 | 11011001 | 100001 | 100010 |
Color Harmonies of #3B5174
Complementary color
Monochromatic Colors of #3B5174
Black with #3B5174
Text Example
Text Example
White with #3B5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5174; }
p { color: rgb(59,81,116); }
H1.HeaderClassName
{
color: #3B5174;
}
.AnyTagClassName
{
color: #3B5174;
}
</style>
background-color css
<style>
a { background-color: #3B5174; }
a { background-color: rgb(59,81,116); }
div.DivClassName
{
background-color: #3B5174;
}
.BgClassName
{
background-color: #3B5174;
}
</style>
border-color css
<style>
span { border-color: #3B5174; }
span { border-color: rgb(59,81,116); }
td.TdClassName
{
border-color: #3B5174;
}
.TagClassName
{
border-color: #3B5174;
}
</style>