#395678

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

Shades of Matisse #395678

Tints of Matisse #395678

Color information

#395678 (or 0x395678) is unknown color: approx Matisse. HEX triplet: 39, 56 and 78. RGB value is (57,86,120). Sum of RGB (Red+Green+Blue) = 57+86+120=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #395678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395678 is #C6A987. Grayscale: #515151. Windows color (decimal): -13019528 or 7886393. OLE color: 7886393.

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

Color convert

RGB5786120-
CMYK0.520.2800.53
HSL212.38º35.59%34.71%-
HSV(B)212.38º52.5%47.06%-
XYZ8.418.8819.04-
YUV81.21149.89110.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=21.67%
G=32.70%
B=45.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57861200.520.2800.53212.3835.5934.71
Hex395678341C035d42423
Octal7112617064340653244443
Binary1110011010110111100011010011100011010111010100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395678; }

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

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

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

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

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

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

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

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