#36664E

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

Shades of Spectra #36664E

Tints of Spectra #36664E

Color information

#36664E (or 0x36664E) is unknown color: approx Spectra. HEX triplet: 36, 66 and 4E. RGB value is (54,102,78). Sum of RGB (Red+Green+Blue) = 54+102+78=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #36664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36664E is #C999B1. Grayscale: #545454. Windows color (decimal): -13212082 or 5137974. OLE color: 5137974.

HSL color Cylindrical-coordinate representation of color #36664E: hue angle of 150º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36664E is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB5410278-
CMYK0.4700.240.6
HSL150º30.77%30.59%-
HSV(B)150º47.06%40%-
XYZ7.6510.848.9-
YUV84.91124.1105.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=23.08%
G=43.59%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102780.4700.240.615030.7730.59
Hex36664E2F0183C961f1f
Octal6614611657030742263737
Binary11011011001101001110101111011000111100100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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