#385977

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

Shades of Matisse #385977

Tints of Matisse #385977

Color information

#385977 (or 0x385977) is unknown color: approx Matisse. HEX triplet: 38, 59 and 77. RGB value is (56,89,119). Sum of RGB (Red+Green+Blue) = 56+89+119=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #385977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385977 is #C7A688. Grayscale: #525252. Windows color (decimal): -13084297 or 7821624. OLE color: 7821624.

HSL color Cylindrical-coordinate representation of color #385977: hue angle of 208.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385977 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5689119-
CMYK0.530.2500.53
HSL208.57º36%34.31%-
HSV(B)208.57º52.94%46.67%-
XYZ8.539.3218.8-
YUV82.55148.57109.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=21.21%
G=33.71%
B=45.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56891190.530.2500.53208.573634.31
Hex3859773519035d12422
Octal7013116765310653214442
Binary1110001011001111011111010111001011010111010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385977; }

 p { color: rgb(56,89,119); }

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

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

 a { background-color: rgb(56,89,119); }

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

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

 span { border-color: rgb(56,89,119); }

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