#395575

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

Shades of Matisse #395575

Tints of Matisse #395575

Color information

#395575 (or 0x395575) is unknown color: approx Matisse. HEX triplet: 39, 55 and 75. RGB value is (57,85,117). Sum of RGB (Red+Green+Blue) = 57+85+117=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #395575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395575 is #C6AA8A. Grayscale: #505050. Windows color (decimal): -13019787 or 7689529. OLE color: 7689529.

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

Color convert

RGB5785117-
CMYK0.510.2700.54
HSL212º34.48%34.12%-
HSV(B)212º51.28%45.88%-
XYZ8.158.6518.07-
YUV80.28148.72111.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=22.01%
G=32.82%
B=45.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57851170.510.2700.5421234.4834.12
Hex395575331B036d42222
Octal7112516563330663244242
Binary1110011010101111010111001111011011011011010100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395575; }

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

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

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

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

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

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

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

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