#395F77

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

Shades of Matisse #395F77

Tints of Matisse #395F77

Color information

#395F77 (or 0x395F77) is unknown color: approx Matisse. HEX triplet: 39, 5F and 77. RGB value is (57,95,119). Sum of RGB (Red+Green+Blue) = 57+95+119=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #395F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F77 is #C6A088. Grayscale: #565656. Windows color (decimal): -13017225 or 7823161. OLE color: 7823161.

HSL color Cylindrical-coordinate representation of color #395F77: hue angle of 203.23º 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 #395F77 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5795119-
CMYK0.520.2000.53
HSL203.23º35.23%34.51%-
HSV(B)203.23º52.1%46.67%-
XYZ9.1110.3918.98-
YUV86.37146.41107.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=21.03%
G=35.06%
B=43.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57951190.520.2000.53203.2335.2334.51
Hex395F773414035cb2323
Octal7113716764240653134343
Binary1110011011111111011111010010100011010111001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395F77; }

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

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

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

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

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

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

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

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