#385771

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

Shades of Matisse #385771

Tints of Matisse #385771

Color information

#385771 (or 0x385771) is unknown color: approx Matisse. HEX triplet: 38, 57 and 71. RGB value is (56,87,113). Sum of RGB (Red+Green+Blue) = 56+87+113=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #385771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385771 is #C7A88E. Grayscale: #505050. Windows color (decimal): -13084815 or 7427896. OLE color: 7427896.

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

Color convert

RGB5687113-
CMYK0.500.2300.56
HSL207.37º33.73%33.14%-
HSV(B)207.37º50.44%44.31%-
XYZ8.028.8516.91-
YUV80.69146.23110.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=21.88%
G=33.98%
B=44.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56871130.500.2300.56207.3733.7333.14
Hex3857713217038cf2221
Octal7012716162270703174241
Binary1110001010111111000111001010111011100011001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385771; }

 p { color: rgb(56,87,113); }

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

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

 a { background-color: rgb(56,87,113); }

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

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

 span { border-color: rgb(56,87,113); }

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