Shades of Spectra #355B4B
Tints of Spectra #355B4B
RGB
CMYK
RGB Variations
Color information
#355B4B (or 0x355B4B) is known color: Spectra. HEX triplet: 35, 5B and 4B. RGB value is (53,91,75). Sum of RGB (Red+Green+Blue) = 53+91+75=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #355B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B4B is #CAA4B4. Grayscale: #4D4D4D. Windows color (decimal): -13280437 or 4938549. OLE color: 4938549.
HSL color Cylindrical-coordinate representation of color #355B4B: hue angle of 154.74º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B4B is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 75 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.64 |
| HSL | 154.74º | 0.26% | 0.28% | - |
| HSV(B) | 154.74º | 0.42% | 0.36% | - |
| XYZ | 6.48 | 8.75 | 8 | - |
| YUV | 77.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 75 | 0.42 | 0 | 0.18 | 0.64 | 154.74 | 0.26 | 0.28 |
| Hex | 35 | 5B | 4B | 2A | 0 | 12 | 40 | 9B | 1A | 1C |
| Octal | 65 | 133 | 113 | 52 | 0 | 22 | 100 | 233 | 32 | 34 |
| Binary | 110101 | 1011011 | 1001011 | 101010 | 0 | 10010 | 1000000 | 10011011 | 11010 | 11100 |
Color Harmonies of #355B4B
Complementary color
Monochromatic Colors of #355B4B
Black with #355B4B
Text Example
Text Example
White with #355B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B4B; }
p { color: rgb(53,91,75); }
H1.HeaderClassName
{
color: #355B4B;
}
.AnyTagClassName
{
color: #355B4B;
}
</style>
background-color css
<style>
a { background-color: #355B4B; }
a { background-color: rgb(53,91,75); }
div.DivClassName
{
background-color: #355B4B;
}
.BgClassName
{
background-color: #355B4B;
}
</style>
border-color css
<style>
span { border-color: #355B4B; }
span { border-color: rgb(53,91,75); }
td.TdClassName
{
border-color: #355B4B;
}
.TagClassName
{
border-color: #355B4B;
}
</style>