#395777

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

Shades of Matisse #395777

Tints of Matisse #395777

Color information

#395777 (or 0x395777) is unknown color: approx Matisse. HEX triplet: 39, 57 and 77. RGB value is (57,87,119). Sum of RGB (Red+Green+Blue) = 57+87+119=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #395777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395777 is #C6A888. Grayscale: #515151. Windows color (decimal): -13019273 or 7821113. OLE color: 7821113.

HSL color Cylindrical-coordinate representation of color #395777: hue angle of 210.97º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395777 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5787119-
CMYK0.520.2700.53
HSL210.97º35.23%34.51%-
HSV(B)210.97º52.1%46.67%-
XYZ8.439.0218.75-
YUV81.68149.06110.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=21.67%
G=33.08%
B=45.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57871190.520.2700.53210.9735.2334.51
Hex395777341B035d32323
Octal7112716764330653234343
Binary1110011010111111011111010011011011010111010011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395777; }

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

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

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

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

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

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

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

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