#395677

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

Shades of Matisse #395677

Tints of Matisse #395677

Color information

#395677 (or 0x395677) is unknown color: approx Matisse. HEX triplet: 39, 56 and 77. RGB value is (57,86,119). Sum of RGB (Red+Green+Blue) = 57+86+119=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #395677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395677 is #C6A988. Grayscale: #505050. Windows color (decimal): -13019529 or 7820857. OLE color: 7820857.

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

Color convert

RGB5786119-
CMYK0.520.2800.53
HSL211.94º35.23%34.51%-
HSV(B)211.94º52.1%46.67%-
XYZ8.348.8618.72-
YUV81.09149.39110.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=21.76%
G=32.82%
B=45.42%

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
Decimal57861190.520.2800.53211.9435.2334.51
Hex395677341C035d42323
Octal7112616764340653244343
Binary1110011010110111011111010011100011010111010100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395677; }

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

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

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

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

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

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

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

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