#335347

Color #335347 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #335347

Tints of Spectra #335347

Color information

#335347 (or 0x335347) is unknown color: approx Spectra. HEX triplet: 33, 53 and 47. RGB value is (51,83,71). Sum of RGB (Red+Green+Blue) = 51+83+71=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #335347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335347 is #CCACB8. Grayscale: #484848. Windows color (decimal): -13413561 or 4674355. OLE color: 4674355.

HSL color Cylindrical-coordinate representation of color #335347: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335347 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB518371-
CMYK0.3900.140.67
HSL157.5º23.88%26.27%-
HSV(B)157.5º38.55%32.55%-
XYZ5.67.357.08-
YUV72.06127.4112.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=24.88%
G=40.49%
B=34.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183710.3900.140.67157.523.8826.27
Hex335347270E439e181a
Octal63123107470161032363032
Binary11001110100111000111100111011101000011100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335347; }

 p { color: rgb(51,83,71); }

 H1.HeaderClassName
 {
   color: #335347;
 }
 .AnyTagClassName
 {
   color: #335347;
 }
</style>
background-color css

<style>
 a { background-color: #335347; }

 a { background-color: rgb(51,83,71); }

 div.DivClassName
 {
   background-color: #335347;
 }
 .BgClassName
 {
   background-color: #335347;
 }
</style>
border-color css

<style>
 span { border-color: #335347; }

 span { border-color: rgb(51,83,71); }

 td.TdClassName
 {
   border-color: #335347;
 }
 .TagClassName
 {
   border-color: #335347;
 }
</style>