#365B51

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

Shades of Spectra #365B51

Tints of Spectra #365B51

Color information

#365B51 (or 0x365B51) is unknown color: approx Spectra. HEX triplet: 36, 5B and 51. RGB value is (54,91,81). Sum of RGB (Red+Green+Blue) = 54+91+81=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #365B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B51 is #C9A4AE. Grayscale: #4E4E4E. Windows color (decimal): -13214895 or 5331766. OLE color: 5331766.

HSL color Cylindrical-coordinate representation of color #365B51: hue angle of 163.78º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B51 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB549181-
CMYK0.4100.110.64
HSL163.78º25.52%28.43%-
HSV(B)163.78º40.66%35.69%-
XYZ6.758.869.14-
YUV78.8129.24110.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=23.89%
G=40.27%
B=35.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491810.4100.110.64163.7825.5228.43
Hex365B51290B40a41a1c
Octal66133121510131002443234
Binary11011010110111010001101001010111000000101001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B51; }

 p { color: rgb(54,91,81); }

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

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

 a { background-color: rgb(54,91,81); }

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

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

 span { border-color: rgb(54,91,81); }

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