Shades of Spectra #3B5B4F
Tints of Spectra #3B5B4F
RGB
CMYK
RGB Variations
Color information
#3B5B4F (or 0x3B5B4F) is known color: Spectra. HEX triplet: 3B, 5B and 4F. RGB value is (59,91,79). Sum of RGB (Red+Green+Blue) = 59+91+79=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #3B5B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5B4F is #C4A4B0. Grayscale: #505050. Windows color (decimal): -12887217 or 5200699. OLE color: 5200699.
HSL color Cylindrical-coordinate representation of color #3B5B4F: hue angle of 157.5º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B5B4F is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 91 | 79 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.64 |
| HSL | 157.5º | 0.21% | 0.29% | - |
| HSV(B) | 157.5º | 0.35% | 0.36% | - |
| XYZ | 6.96 | 8.98 | 8.76 | - |
| YUV | 80.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 79 | 0.35 | 0 | 0.13 | 0.64 | 157.5 | 0.21 | 0.29 |
| Hex | 3B | 5B | 4F | 23 | 0 | D | 40 | 9E | 15 | 1D |
| Octal | 73 | 133 | 117 | 43 | 0 | 15 | 100 | 236 | 25 | 35 |
| Binary | 111011 | 1011011 | 1001111 | 100011 | 0 | 1101 | 1000000 | 10011110 | 10101 | 11101 |
Color Harmonies of #3B5B4F
Complementary color
Monochromatic Colors of #3B5B4F
Black with #3B5B4F
Text Example
Text Example
White with #3B5B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B4F; }
p { color: rgb(59,91,79); }
H1.HeaderClassName
{
color: #3B5B4F;
}
.AnyTagClassName
{
color: #3B5B4F;
}
</style>
background-color css
<style>
a { background-color: #3B5B4F; }
a { background-color: rgb(59,91,79); }
div.DivClassName
{
background-color: #3B5B4F;
}
.BgClassName
{
background-color: #3B5B4F;
}
</style>
border-color css
<style>
span { border-color: #3B5B4F; }
span { border-color: rgb(59,91,79); }
td.TdClassName
{
border-color: #3B5B4F;
}
.TagClassName
{
border-color: #3B5B4F;
}
</style>