#395D78

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

Shades of Matisse #395D78

Tints of Matisse #395D78

Color information

#395D78 (or 0x395D78) is unknown color: approx Matisse. HEX triplet: 39, 5D and 78. RGB value is (57,93,120). Sum of RGB (Red+Green+Blue) = 57+93+120=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #395D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D78 is #C6A287. Grayscale: #555555. Windows color (decimal): -13017736 or 7888185. OLE color: 7888185.

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

Color convert

RGB5793120-
CMYK0.520.2200.53
HSL205.71º35.59%34.71%-
HSV(B)205.71º52.5%47.06%-
XYZ8.9910.0519.24-
YUV85.31147.57107.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=21.11%
G=34.44%
B=44.44%

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
Decimal57931200.520.2200.53205.7135.5934.71
Hex395D783416035ce2423
Octal7113517064260653164443
Binary1110011011101111100011010010110011010111001110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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