Shades of Spectra #355448
Tints of Spectra #355448
RGB
CMYK
RGB Variations
Color information
#355448 (or 0x355448) is known color: Spectra. HEX triplet: 35, 54 and 48. RGB value is (53,84,72). Sum of RGB (Red+Green+Blue) = 53+84+72=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #355448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355448 is #CAABB7. Grayscale: #494949. Windows color (decimal): -13282232 or 4740149. OLE color: 4740149.
HSL color Cylindrical-coordinate representation of color #355448: hue angle of 156.77º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355448 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 72 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.67 |
| HSL | 156.77º | 0.23% | 0.27% | - |
| HSV(B) | 156.77º | 0.37% | 0.33% | - |
| XYZ | 5.81 | 7.57 | 7.29 | - |
| YUV | 73.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 72 | 0.37 | 0 | 0.14 | 0.67 | 156.77 | 0.23 | 0.27 |
| Hex | 35 | 54 | 48 | 25 | 0 | E | 43 | 9D | 17 | 1B |
| Octal | 65 | 124 | 110 | 45 | 0 | 16 | 103 | 235 | 27 | 33 |
| Binary | 110101 | 1010100 | 1001000 | 100101 | 0 | 1110 | 1000011 | 10011101 | 10111 | 11011 |
Color Harmonies of #355448
Complementary color
Monochromatic Colors of #355448
Black with #355448
Text Example
Text Example
White with #355448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355448; }
p { color: rgb(53,84,72); }
H1.HeaderClassName
{
color: #355448;
}
.AnyTagClassName
{
color: #355448;
}
</style>
background-color css
<style>
a { background-color: #355448; }
a { background-color: rgb(53,84,72); }
div.DivClassName
{
background-color: #355448;
}
.BgClassName
{
background-color: #355448;
}
</style>
border-color css
<style>
span { border-color: #355448; }
span { border-color: rgb(53,84,72); }
td.TdClassName
{
border-color: #355448;
}
.TagClassName
{
border-color: #355448;
}
</style>