#395978

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

Shades of Matisse #395978

Tints of Matisse #395978

Color information

#395978 (or 0x395978) is unknown color: approx Matisse. HEX triplet: 39, 59 and 78. RGB value is (57,89,120). Sum of RGB (Red+Green+Blue) = 57+89+120=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #395978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395978 is #C6A687. Grayscale: #525252. Windows color (decimal): -13018760 or 7887161. OLE color: 7887161.

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

Color convert

RGB5789120-
CMYK0.520.2600.53
HSL209.52º35.59%34.71%-
HSV(B)209.52º52.5%47.06%-
XYZ8.659.3719.12-
YUV82.97148.9109.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=21.43%
G=33.46%
B=45.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57891200.520.2600.53209.5235.5934.71
Hex395978341A035d22423
Octal7113117064320653224443
Binary1110011011001111100011010011010011010111010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395978; }

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

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

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

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

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

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

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

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