#365649

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

Shades of Spectra #365649

Tints of Spectra #365649

Color information

#365649 (or 0x365649) is unknown color: approx Spectra. HEX triplet: 36, 56 and 49. RGB value is (54,86,73). Sum of RGB (Red+Green+Blue) = 54+86+73=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #365649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365649 is #C9A9B6. Grayscale: #4A4A4A. Windows color (decimal): -13216183 or 4806198. OLE color: 4806198.

HSL color Cylindrical-coordinate representation of color #365649: hue angle of 155.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365649 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB548673-
CMYK0.3700.150.66
HSL155.62º22.86%27.45%-
HSV(B)155.62º37.21%33.73%-
XYZ6.057.927.51-
YUV74.95126.9113.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=25.35%
G=40.38%
B=34.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486730.3700.150.66155.6222.8627.45
Hex365649250F429c171b
Octal66126111450171022342733
Binary11011010101101001001100101011111000010100111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365649; }

 p { color: rgb(54,86,73); }

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

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

 a { background-color: rgb(54,86,73); }

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

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

 span { border-color: rgb(54,86,73); }

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