#35664E

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

Shades of Spectra #35664E

Tints of Spectra #35664E

Color information

#35664E (or 0x35664E) is unknown color: approx Spectra. HEX triplet: 35, 66 and 4E. RGB value is (53,102,78). Sum of RGB (Red+Green+Blue) = 53+102+78=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #35664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35664E is #CA99B1. Grayscale: #545454. Windows color (decimal): -13277618 or 5137973. OLE color: 5137973.

HSL color Cylindrical-coordinate representation of color #35664E: hue angle of 150.61º 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 #35664E is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB5310278-
CMYK0.4800.240.6
HSL150.61º31.61%30.39%-
HSV(B)150.61º48.04%40%-
XYZ7.5910.818.89-
YUV84.61124.27105.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=22.75%
G=43.78%
B=33.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102780.4800.240.6150.6131.6130.39
Hex35664E300183C97201e
Octal6514611660030742274036
Binary110101110011010011101100000110001111001001011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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