#395373

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

Shades of Matisse #395373

Tints of Matisse #395373

Color information

#395373 (or 0x395373) is unknown color: approx Matisse. HEX triplet: 39, 53 and 73. RGB value is (57,83,115). Sum of RGB (Red+Green+Blue) = 57+83+115=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #395373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395373 is #C6AC8C. Grayscale: #4E4E4E. Windows color (decimal): -13020301 or 7557945. OLE color: 7557945.

HSL color Cylindrical-coordinate representation of color #395373: hue angle of 213.1º 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 #395373 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5783115-
CMYK0.500.2800.55
HSL213.1º33.72%33.73%-
HSV(B)213.1º50.43%45.1%-
XYZ7.888.2917.41-
YUV78.87148.39112.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=22.35%
G=32.55%
B=45.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57831150.500.2800.55213.133.7233.73
Hex395373321C037d52222
Octal7112316362340673254242
Binary1110011010011111001111001011100011011111010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395373; }

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

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

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

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

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

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

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

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