#385D85

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

Shades of Matisse #385D85

Tints of Matisse #385D85

Color information

#385D85 (or 0x385D85) is unknown color: approx Matisse. HEX triplet: 38, 5D and 85. RGB value is (56,93,133). Sum of RGB (Red+Green+Blue) = 56+93+133=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #385D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D85 is #C7A27A. Grayscale: #565656. Windows color (decimal): -13083259 or 8740152. OLE color: 8740152.

HSL color Cylindrical-coordinate representation of color #385D85: hue angle of 211.17º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385D85 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5693133-
CMYK0.580.3000.48
HSL211.17º40.74%37.06%-
HSV(B)211.17º57.89%52.16%-
XYZ9.7810.3623.68-
YUV86.5154.24106.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=19.86%
G=32.98%
B=47.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56931330.580.3000.48211.1740.7437.06
Hex385D853A1E030d32925
Octal7013520572360603235145
Binary11100010111011000010111101011110011000011010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D85; }

 p { color: rgb(56,93,133); }

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

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

 a { background-color: rgb(56,93,133); }

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

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

 span { border-color: rgb(56,93,133); }

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