#395B77

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

Shades of Matisse #395B77

Tints of Matisse #395B77

Color information

#395B77 (or 0x395B77) is unknown color: approx Matisse. HEX triplet: 39, 5B and 77. RGB value is (57,91,119). Sum of RGB (Red+Green+Blue) = 57+91+119=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #395B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B77 is #C6A488. Grayscale: #535353. Windows color (decimal): -13018249 or 7822137. OLE color: 7822137.

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

Color convert

RGB5791119-
CMYK0.520.2400.53
HSL207.1º35.23%34.51%-
HSV(B)207.1º52.1%46.67%-
XYZ8.769.6818.86-
YUV84.03147.74108.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=21.35%
G=34.08%
B=44.57%

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
Decimal57911190.520.2400.53207.135.2334.51
Hex395B773418035cf2323
Octal7113316764300653174343
Binary1110011011011111011111010011000011010111001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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