#365575

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

Shades of Matisse #365575

Tints of Matisse #365575

Color information

#365575 (or 0x365575) is unknown color: approx Matisse. HEX triplet: 36, 55 and 75. RGB value is (54,85,117). Sum of RGB (Red+Green+Blue) = 54+85+117=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #365575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365575 is #C9AA8A. Grayscale: #4F4F4F. Windows color (decimal): -13216395 or 7689526. OLE color: 7689526.

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

Color convert

RGB5485117-
CMYK0.540.2700.54
HSL210.48º36.84%33.53%-
HSV(B)210.48º53.85%45.88%-
XYZ7.988.5718.06-
YUV79.38149.23109.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=21.09%
G=33.20%
B=45.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54851170.540.2700.54210.4836.8433.53
Hex365575361B036d22522
Octal6612516566330663224542
Binary1101101010101111010111011011011011011011010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365575; }

 p { color: rgb(54,85,117); }

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

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

 a { background-color: rgb(54,85,117); }

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

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

 span { border-color: rgb(54,85,117); }

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