Shades of Astronaut #3B506D
Tints of Astronaut #3B506D
RGB
CMYK
RGB Variations
Color information
#3B506D (or 0x3B506D) is known color: Astronaut. HEX triplet: 3B, 50 and 6D. RGB value is (59,80,109). Sum of RGB (Red+Green+Blue) = 59+80+109=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B506D is #C4AF92. Grayscale: #4C4C4C. Windows color (decimal): -12890003 or 7163963. OLE color: 7163963.
HSL color Cylindrical-coordinate representation of color #3B506D: hue angle of 214.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B506D is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 80 | 109 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.57 |
| HSL | 214.8º | 0.3% | 0.33% | - |
| HSV(B) | 214.8º | 0.46% | 0.43% | - |
| XYZ | 7.43 | 7.77 | 15.58 | - |
| YUV | 77.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 109 | 0.46 | 0.27 | 0 | 0.57 | 214.8 | 0.3 | 0.33 |
| Hex | 3B | 50 | 6D | 2E | 1B | 0 | 39 | D7 | 1E | 21 |
| Octal | 73 | 120 | 155 | 56 | 33 | 0 | 71 | 327 | 36 | 41 |
| Binary | 111011 | 1010000 | 1101101 | 101110 | 11011 | 0 | 111001 | 11010111 | 11110 | 100001 |
Color Harmonies of #3B506D
Complementary color
Monochromatic Colors of #3B506D
Black with #3B506D
Text Example
Text Example
White with #3B506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B506D; }
p { color: rgb(59,80,109); }
H1.HeaderClassName
{
color: #3B506D;
}
.AnyTagClassName
{
color: #3B506D;
}
</style>
background-color css
<style>
a { background-color: #3B506D; }
a { background-color: rgb(59,80,109); }
div.DivClassName
{
background-color: #3B506D;
}
.BgClassName
{
background-color: #3B506D;
}
</style>
border-color css
<style>
span { border-color: #3B506D; }
span { border-color: rgb(59,80,109); }
td.TdClassName
{
border-color: #3B506D;
}
.TagClassName
{
border-color: #3B506D;
}
</style>