Shades of Spectra #355E4F
Tints of Spectra #355E4F
RGB
CMYK
RGB Variations
Color information
#355E4F (or 0x355E4F) is known color: Spectra. HEX triplet: 35, 5E and 4F. RGB value is (53,94,79). Sum of RGB (Red+Green+Blue) = 53+94+79=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #355E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E4F is #CAA1B0. Grayscale: #505050. Windows color (decimal): -13279665 or 5201461. OLE color: 5201461.
HSL color Cylindrical-coordinate representation of color #355E4F: hue angle of 158.05º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355E4F is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 94 | 79 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.63 |
| HSL | 158.05º | 0.28% | 0.29% | - |
| HSV(B) | 158.05º | 0.44% | 0.37% | - |
| XYZ | 6.88 | 9.33 | 8.83 | - |
| YUV | 80.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 79 | 0.44 | 0 | 0.16 | 0.63 | 158.05 | 0.28 | 0.29 |
| Hex | 35 | 5E | 4F | 2C | 0 | 10 | 3F | 9E | 1C | 1D |
| Octal | 65 | 136 | 117 | 54 | 0 | 20 | 77 | 236 | 34 | 35 |
| Binary | 110101 | 1011110 | 1001111 | 101100 | 0 | 10000 | 111111 | 10011110 | 11100 | 11101 |
Color Harmonies of #355E4F
Complementary color
Monochromatic Colors of #355E4F
Black with #355E4F
Text Example
Text Example
White with #355E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E4F; }
p { color: rgb(53,94,79); }
H1.HeaderClassName
{
color: #355E4F;
}
.AnyTagClassName
{
color: #355E4F;
}
</style>
background-color css
<style>
a { background-color: #355E4F; }
a { background-color: rgb(53,94,79); }
div.DivClassName
{
background-color: #355E4F;
}
.BgClassName
{
background-color: #355E4F;
}
</style>
border-color css
<style>
span { border-color: #355E4F; }
span { border-color: rgb(53,94,79); }
td.TdClassName
{
border-color: #355E4F;
}
.TagClassName
{
border-color: #355E4F;
}
</style>