#395A77

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

Shades of Matisse #395A77

Tints of Matisse #395A77

Color information

#395A77 (or 0x395A77) is unknown color: approx Matisse. HEX triplet: 39, 5A and 77. RGB value is (57,90,119). Sum of RGB (Red+Green+Blue) = 57+90+119=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #395A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A77 is #C6A588. Grayscale: #535353. Windows color (decimal): -13018505 or 7821881. OLE color: 7821881.

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

Color convert

RGB5790119-
CMYK0.520.2400.53
HSL208.06º35.23%34.51%-
HSV(B)208.06º52.1%46.67%-
XYZ8.679.5118.83-
YUV83.44148.07109.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=21.43%
G=33.83%
B=44.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57901190.520.2400.53208.0635.2334.51
Hex395A773418035d02323
Octal7113216764300653204343
Binary1110011011010111011111010011000011010111010000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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