#395573

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

Shades of Matisse #395573

Tints of Matisse #395573

Color information

#395573 (or 0x395573) is unknown color: approx Matisse. HEX triplet: 39, 55 and 73. RGB value is (57,85,115). Sum of RGB (Red+Green+Blue) = 57+85+115=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #395573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395573 is #C6AA8C. Grayscale: #4F4F4F. Windows color (decimal): -13019789 or 7558457. OLE color: 7558457.

HSL color Cylindrical-coordinate representation of color #395573: hue angle of 211.03º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395573 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5785115-
CMYK0.500.2600.55
HSL211.03º33.72%33.73%-
HSV(B)211.03º50.43%45.1%-
XYZ8.038.617.46-
YUV80.05147.72111.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=22.18%
G=33.07%
B=44.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57851150.500.2600.55211.0333.7233.73
Hex395573321A037d32222
Octal7112516362320673234242
Binary1110011010101111001111001011010011011111010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395573; }

 p { color: rgb(57,85,115); }

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

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

 a { background-color: rgb(57,85,115); }

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

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

 span { border-color: rgb(57,85,115); }

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