#355A4F

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

Shades of Spectra #355A4F

Tints of Spectra #355A4F

Color information

#355A4F (or 0x355A4F) is unknown color: approx Spectra. HEX triplet: 35, 5A and 4F. RGB value is (53,90,79). Sum of RGB (Red+Green+Blue) = 53+90+79=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #355A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A4F is #CAA5B0. Grayscale: #4D4D4D. Windows color (decimal): -13280689 or 5200437. OLE color: 5200437.

HSL color Cylindrical-coordinate representation of color #355A4F: hue angle of 162.16º 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 #355A4F is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB539079-
CMYK0.4100.120.65
HSL162.16º25.87%28.04%-
HSV(B)162.16º41.11%35.29%-
XYZ6.548.638.72-
YUV77.68128.74110.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=23.87%
G=40.54%
B=35.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5390790.4100.120.65162.1625.8728.04
Hex355A4F290C41a21a1c
Octal65132117510141012423234
Binary11010110110101001111101001011001000001101000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355A4F; }

 p { color: rgb(53,90,79); }

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

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

 a { background-color: rgb(53,90,79); }

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

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

 span { border-color: rgb(53,90,79); }

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