#35694E

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

Shades of Spectra #35694E

Tints of Spectra #35694E

Color information

#35694E (or 0x35694E) is unknown color: approx Spectra. HEX triplet: 35, 69 and 4E. RGB value is (53,105,78). Sum of RGB (Red+Green+Blue) = 53+105+78=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #35694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35694E is #CA96B1. Grayscale: #565656. Windows color (decimal): -13276850 or 5138741. OLE color: 5138741.

HSL color Cylindrical-coordinate representation of color #35694E: hue angle of 148.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35694E is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB5310578-
CMYK0.5000.260.59
HSL148.85º32.91%30.98%-
HSV(B)148.85º49.52%41.18%-
XYZ7.8911.418.99-
YUV86.37123.27104.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=22.46%
G=44.49%
B=33.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105780.5000.260.59148.8532.9130.98
Hex35694E3201A3B95211f
Octal6515111662032732254137
Binary110101110100110011101100100110101110111001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35694E; }

 p { color: rgb(53,105,78); }

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

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

 a { background-color: rgb(53,105,78); }

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

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

 span { border-color: rgb(53,105,78); }

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