#395980

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

Shades of Matisse #395980

Tints of Matisse #395980

Color information

#395980 (or 0x395980) is unknown color: approx Matisse. HEX triplet: 39, 59 and 80. RGB value is (57,89,128). Sum of RGB (Red+Green+Blue) = 57+89+128=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #395980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395980 is #C6A67F. Grayscale: #535353. Windows color (decimal): -13018752 or 8411449. OLE color: 8411449.

HSL color Cylindrical-coordinate representation of color #395980: hue angle of 212.96º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395980 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5789128-
CMYK0.550.3000.50
HSL212.96º38.38%36.27%-
HSV(B)212.96º55.47%50.2%-
XYZ9.169.5721.79-
YUV83.88152.9108.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 128 (50.39% from 255) = 46.72%
R=20.80%
G=32.48%
B=46.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57891280.550.3000.50212.9638.3836.27
Hex395980371E032d52624
Octal7113120067360623254644
Binary11100110110011000000011011111110011001011010101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395980; }

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

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

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

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

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

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

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

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