#385777

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

Shades of Matisse #385777

Tints of Matisse #385777

Color information

#385777 (or 0x385777) is unknown color: approx Matisse. HEX triplet: 38, 57 and 77. RGB value is (56,87,119). Sum of RGB (Red+Green+Blue) = 56+87+119=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 87 (34.38% from 255 or 33.21% 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 #385777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385777 is #C7A888. Grayscale: #515151. Windows color (decimal): -13084809 or 7821112. OLE color: 7821112.

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

Color convert

RGB5687119-
CMYK0.530.2700.53
HSL210.48º36%34.31%-
HSV(B)210.48º52.94%46.67%-
XYZ8.378.9918.75-
YUV81.38149.23109.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=21.37%
G=33.21%
B=45.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56871190.530.2700.53210.483634.31
Hex385777351B035d22422
Octal7012716765330653224442
Binary1110001010111111011111010111011011010111010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385777; }

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

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

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

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

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

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

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

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