#395E78

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

Shades of Matisse #395E78

Tints of Matisse #395E78

Color information

#395E78 (or 0x395E78) is unknown color: approx Matisse. HEX triplet: 39, 5E and 78. RGB value is (57,94,120). Sum of RGB (Red+Green+Blue) = 57+94+120=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #395E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E78 is #C6A187. Grayscale: #555555. Windows color (decimal): -13017480 or 7888441. OLE color: 7888441.

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

Color convert

RGB5794120-
CMYK0.520.2200.53
HSL204.76º35.59%34.71%-
HSV(B)204.76º52.5%47.06%-
XYZ9.0810.2319.27-
YUV85.9147.24107.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=21.03%
G=34.69%
B=44.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57941200.520.2200.53204.7635.5934.71
Hex395E783416035cd2423
Octal7113617064260653154443
Binary1110011011110111100011010010110011010111001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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