#35684F

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

Shades of Spectra #35684F

Tints of Spectra #35684F

Color information

#35684F (or 0x35684F) is unknown color: approx Spectra. HEX triplet: 35, 68 and 4F. RGB value is (53,104,79). Sum of RGB (Red+Green+Blue) = 53+104+79=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #35684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35684F is #CA97B0. Grayscale: #555555. Windows color (decimal): -13277105 or 5204021. OLE color: 5204021.

HSL color Cylindrical-coordinate representation of color #35684F: hue angle of 150.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35684F is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB5310479-
CMYK0.4900.240.59
HSL150.59º32.48%30.78%-
HSV(B)150.59º49.04%40.78%-
XYZ7.8311.229.15-
YUV85.9124.1104.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=22.46%
G=44.07%
B=33.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104790.4900.240.59150.5932.4830.78
Hex35684F310183B97201f
Octal6515011761030732274037
Binary110101110100010011111100010110001110111001011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35684F; }

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

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

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

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

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

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

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

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