#356357

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

Shades of Spectra #356357

Tints of Spectra #356357

Color information

#356357 (or 0x356357) is unknown color: approx Spectra. HEX triplet: 35, 63 and 57. RGB value is (53,99,87). Sum of RGB (Red+Green+Blue) = 53+99+87=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #356357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356357 is #CA9CA8. Grayscale: #535353. Windows color (decimal): -13278377 or 5727029. OLE color: 5727029.

HSL color Cylindrical-coordinate representation of color #356357: hue angle of 164.35º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356357 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB539987-
CMYK0.4600.120.61
HSL164.35º30.26%29.8%-
HSV(B)164.35º46.46%38.82%-
XYZ7.6510.3710.61-
YUV83.88129.76105.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=22.18%
G=41.42%
B=36.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399870.4600.120.61164.3530.2629.8
Hex3563572E0C3Da41e1e
Octal6514312756014752443636
Binary1101011100011101011110111001100111101101001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356357; }

 p { color: rgb(53,99,87); }

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

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

 a { background-color: rgb(53,99,87); }

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

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

 span { border-color: rgb(53,99,87); }

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