Shades of Spectra #355A4E
Tints of Spectra #355A4E
RGB
CMYK
RGB Variations
Color information
#355A4E (or 0x355A4E) is known color: Spectra. HEX triplet: 35, 5A and 4E. RGB value is (53,90,78). Sum of RGB (Red+Green+Blue) = 53+90+78=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #355A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A4E is #CAA5B1. Grayscale: #4D4D4D. Windows color (decimal): -13280690 or 5134901. OLE color: 5134901.
HSL color Cylindrical-coordinate representation of color #355A4E: hue angle of 160.54º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355A4E is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 78 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.65 |
| HSL | 160.54º | 0.26% | 0.28% | - |
| HSV(B) | 160.54º | 0.41% | 0.35% | - |
| XYZ | 6.5 | 8.62 | 8.53 | - |
| YUV | 77.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 78 | 0.41 | 0 | 0.13 | 0.65 | 160.54 | 0.26 | 0.28 |
| Hex | 35 | 5A | 4E | 29 | 0 | D | 41 | A1 | 1A | 1C |
| Octal | 65 | 132 | 116 | 51 | 0 | 15 | 101 | 241 | 32 | 34 |
| Binary | 110101 | 1011010 | 1001110 | 101001 | 0 | 1101 | 1000001 | 10100001 | 11010 | 11100 |
Color Harmonies of #355A4E
Complementary color
Monochromatic Colors of #355A4E
Black with #355A4E
Text Example
Text Example
White with #355A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A4E; }
p { color: rgb(53,90,78); }
H1.HeaderClassName
{
color: #355A4E;
}
.AnyTagClassName
{
color: #355A4E;
}
</style>
background-color css
<style>
a { background-color: #355A4E; }
a { background-color: rgb(53,90,78); }
div.DivClassName
{
background-color: #355A4E;
}
.BgClassName
{
background-color: #355A4E;
}
</style>
border-color css
<style>
span { border-color: #355A4E; }
span { border-color: rgb(53,90,78); }
td.TdClassName
{
border-color: #355A4E;
}
.TagClassName
{
border-color: #355A4E;
}
</style>