Shades of Spectra #3A5C4F
Tints of Spectra #3A5C4F
RGB
CMYK
RGB Variations
Color information
#3A5C4F (or 0x3A5C4F) is known color: Spectra. HEX triplet: 3A, 5C and 4F. RGB value is (58,92,79). Sum of RGB (Red+Green+Blue) = 58+92+79=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C4F is #C5A3B0. Grayscale: #505050. Windows color (decimal): -12952497 or 5200954. OLE color: 5200954.
HSL color Cylindrical-coordinate representation of color #3A5C4F: hue angle of 157.06º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A5C4F is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 92 | 79 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.64 |
| HSL | 157.06º | 0.23% | 0.29% | - |
| HSV(B) | 157.06º | 0.37% | 0.36% | - |
| XYZ | 6.98 | 9.12 | 8.79 | - |
| YUV | 80.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 79 | 0.37 | 0 | 0.14 | 0.64 | 157.06 | 0.23 | 0.29 |
| Hex | 3A | 5C | 4F | 25 | 0 | E | 40 | 9D | 17 | 1D |
| Octal | 72 | 134 | 117 | 45 | 0 | 16 | 100 | 235 | 27 | 35 |
| Binary | 111010 | 1011100 | 1001111 | 100101 | 0 | 1110 | 1000000 | 10011101 | 10111 | 11101 |
Color Harmonies of #3A5C4F
Complementary color
Monochromatic Colors of #3A5C4F
Black with #3A5C4F
Text Example
Text Example
White with #3A5C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C4F; }
p { color: rgb(58,92,79); }
H1.HeaderClassName
{
color: #3A5C4F;
}
.AnyTagClassName
{
color: #3A5C4F;
}
</style>
background-color css
<style>
a { background-color: #3A5C4F; }
a { background-color: rgb(58,92,79); }
div.DivClassName
{
background-color: #3A5C4F;
}
.BgClassName
{
background-color: #3A5C4F;
}
</style>
border-color css
<style>
span { border-color: #3A5C4F; }
span { border-color: rgb(58,92,79); }
td.TdClassName
{
border-color: #3A5C4F;
}
.TagClassName
{
border-color: #3A5C4F;
}
</style>