Shades of Spectra #3B594D
Tints of Spectra #3B594D
RGB
CMYK
RGB Variations
Color information
#3B594D (or 0x3B594D) is known color: Spectra. HEX triplet: 3B, 59 and 4D. RGB value is (59,89,77). Sum of RGB (Red+Green+Blue) = 59+89+77=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #3B594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B594D is #C4A6B2. Grayscale: #4E4E4E. Windows color (decimal): -12887731 or 5069115. OLE color: 5069115.
HSL color Cylindrical-coordinate representation of color #3B594D: hue angle of 156º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B594D is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 77 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.65 |
| HSL | 156º | 0.2% | 0.29% | - |
| HSV(B) | 156º | 0.34% | 0.35% | - |
| XYZ | 6.72 | 8.61 | 8.33 | - |
| YUV | 78.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 77 | 0.34 | 0 | 0.13 | 0.65 | 156 | 0.2 | 0.29 |
| Hex | 3B | 59 | 4D | 22 | 0 | D | 41 | 9C | 14 | 1D |
| Octal | 73 | 131 | 115 | 42 | 0 | 15 | 101 | 234 | 24 | 35 |
| Binary | 111011 | 1011001 | 1001101 | 100010 | 0 | 1101 | 1000001 | 10011100 | 10100 | 11101 |
Color Harmonies of #3B594D
Complementary color
Monochromatic Colors of #3B594D
Black with #3B594D
Text Example
Text Example
White with #3B594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B594D; }
p { color: rgb(59,89,77); }
H1.HeaderClassName
{
color: #3B594D;
}
.AnyTagClassName
{
color: #3B594D;
}
</style>
background-color css
<style>
a { background-color: #3B594D; }
a { background-color: rgb(59,89,77); }
div.DivClassName
{
background-color: #3B594D;
}
.BgClassName
{
background-color: #3B594D;
}
</style>
border-color css
<style>
span { border-color: #3B594D; }
span { border-color: rgb(59,89,77); }
td.TdClassName
{
border-color: #3B594D;
}
.TagClassName
{
border-color: #3B594D;
}
</style>