#395977

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

Shades of Matisse #395977

Tints of Matisse #395977

Color information

#395977 (or 0x395977) is unknown color: approx Matisse. HEX triplet: 39, 59 and 77. RGB value is (57,89,119). Sum of RGB (Red+Green+Blue) = 57+89+119=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #395977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395977 is #C6A688. Grayscale: #525252. Windows color (decimal): -13018761 or 7821625. OLE color: 7821625.

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

Color convert

RGB5789119-
CMYK0.520.2500.53
HSL209.03º35.23%34.51%-
HSV(B)209.03º52.1%46.67%-
XYZ8.599.3518.8-
YUV82.85148.4109.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=21.51%
G=33.58%
B=44.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57891190.520.2500.53209.0335.2334.51
Hex3959773419035d12323
Octal7113116764310653214343
Binary1110011011001111011111010011001011010111010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395977; }

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

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

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

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

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

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

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

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