#395770

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

Shades of Matisse #395770

Tints of Matisse #395770

Color information

#395770 (or 0x395770) is unknown color: approx Matisse. HEX triplet: 39, 57 and 70. RGB value is (57,87,112). Sum of RGB (Red+Green+Blue) = 57+87+112=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #395770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395770 is #C6A88F. Grayscale: #505050. Windows color (decimal): -13019280 or 7362361. OLE color: 7362361.

HSL color Cylindrical-coordinate representation of color #395770: hue angle of 207.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395770 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5787112-
CMYK0.490.2200.56
HSL207.27º32.54%33.14%-
HSV(B)207.27º49.11%43.92%-
XYZ8.028.8616.62-
YUV80.88145.56110.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=22.27%
G=33.98%
B=43.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57871120.490.2200.56207.2732.5433.14
Hex3957703116038cf2121
Octal7112716061260703174141
Binary1110011010111111000011000110110011100011001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395770; }

 p { color: rgb(57,87,112); }

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

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

 a { background-color: rgb(57,87,112); }

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

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

 span { border-color: rgb(57,87,112); }

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