#395772

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

Shades of Matisse #395772

Tints of Matisse #395772

Color information

#395772 (or 0x395772) is unknown color: approx Matisse. HEX triplet: 39, 57 and 72. RGB value is (57,87,114). Sum of RGB (Red+Green+Blue) = 57+87+114=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #395772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395772 is #C6A88D. Grayscale: #505050. Windows color (decimal): -13019278 or 7493433. OLE color: 7493433.

HSL color Cylindrical-coordinate representation of color #395772: hue angle of 208.42º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395772 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5787114-
CMYK0.500.2400.55
HSL208.42º33.33%33.53%-
HSV(B)208.42º50%44.71%-
XYZ8.138.917.21-
YUV81.11146.56110.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=22.09%
G=33.72%
B=44.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57871140.500.2400.55208.4233.3333.53
Hex3957723218037d02122
Octal7112716262300673204142
Binary1110011010111111001011001011000011011111010000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395772; }

 p { color: rgb(57,87,114); }

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

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

 a { background-color: rgb(57,87,114); }

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

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

 span { border-color: rgb(57,87,114); }

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