#385F87

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

Shades of Matisse #385F87

Tints of Matisse #385F87

Color information

#385F87 (or 0x385F87) is unknown color: approx Matisse. HEX triplet: 38, 5F and 87. RGB value is (56,95,135). Sum of RGB (Red+Green+Blue) = 56+95+135=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #385F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F87 is #C7A078. Grayscale: #575757. Windows color (decimal): -13082745 or 8871736. OLE color: 8871736.

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

Color convert

RGB5695135-
CMYK0.590.3000.47
HSL210.38º41.36%37.45%-
HSV(B)210.38º58.52%52.94%-
XYZ10.110.7724.47-
YUV87.9154.58105.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=19.58%
G=33.22%
B=47.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56951350.590.3000.47210.3841.3637.45
Hex385F873B1E02Fd22925
Octal7013720773360573225145
Binary11100010111111000011111101111110010111111010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,135); }

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

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

 a { background-color: rgb(56,95,135); }

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

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

 span { border-color: rgb(56,95,135); }

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