#35664F

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

Shades of Spectra #35664F

Tints of Spectra #35664F

Color information

#35664F (or 0x35664F) is unknown color: approx Spectra. HEX triplet: 35, 66 and 4F. RGB value is (53,102,79). Sum of RGB (Red+Green+Blue) = 53+102+79=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #35664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35664F is #CA99B0. Grayscale: #545454. Windows color (decimal): -13277617 or 5203509. OLE color: 5203509.

HSL color Cylindrical-coordinate representation of color #35664F: hue angle of 151.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35664F is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB5310279-
CMYK0.4800.230.6
HSL151.84º31.61%30.39%-
HSV(B)151.84º48.04%40%-
XYZ7.6310.829.08-
YUV84.73124.77105.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=22.65%
G=43.59%
B=33.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102790.4800.230.6151.8431.6130.39
Hex35664F300173C98201e
Octal6514611760027742304036
Binary110101110011010011111100000101111111001001100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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