#36584E

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

Shades of Spectra #36584E

Tints of Spectra #36584E

Color information

#36584E (or 0x36584E) is unknown color: approx Spectra. HEX triplet: 36, 58 and 4E. RGB value is (54,88,78). Sum of RGB (Red+Green+Blue) = 54+88+78=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #36584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36584E is #C9A7B1. Grayscale: #4C4C4C. Windows color (decimal): -13215666 or 5134390. OLE color: 5134390.

HSL color Cylindrical-coordinate representation of color #36584E: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36584E is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB548878-
CMYK0.3900.110.65
HSL162.35º23.94%27.84%-
HSV(B)162.35º38.64%34.51%-
XYZ6.398.318.48-
YUV76.69128.74111.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=24.55%
G=40%
B=35.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488780.3900.110.65162.3523.9427.84
Hex36584E270B41a2181c
Octal66130116470131012423034
Binary11011010110001001110100111010111000001101000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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