#385575

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

Shades of Matisse #385575

Tints of Matisse #385575

Color information

#385575 (or 0x385575) is unknown color: approx Matisse. HEX triplet: 38, 55 and 75. RGB value is (56,85,117). Sum of RGB (Red+Green+Blue) = 56+85+117=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #385575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385575 is #C7AA8A. Grayscale: #4F4F4F. Windows color (decimal): -13085323 or 7689528. OLE color: 7689528.

HSL color Cylindrical-coordinate representation of color #385575: hue angle of 211.48º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385575 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5685117-
CMYK0.520.2700.54
HSL211.48º35.26%33.92%-
HSV(B)211.48º52.14%45.88%-
XYZ8.098.6218.07-
YUV79.98148.89110.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=21.71%
G=32.95%
B=45.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56851170.520.2700.54211.4835.2633.92
Hex385575341B036d32322
Octal7012516564330663234342
Binary1110001010101111010111010011011011011011010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385575; }

 p { color: rgb(56,85,117); }

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

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

 a { background-color: rgb(56,85,117); }

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

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

 span { border-color: rgb(56,85,117); }

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