#385F77

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

Shades of Matisse #385F77

Tints of Matisse #385F77

Color information

#385F77 (or 0x385F77) is unknown color: approx Matisse. HEX triplet: 38, 5F and 77. RGB value is (56,95,119). Sum of RGB (Red+Green+Blue) = 56+95+119=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #385F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F77 is #C7A088. Grayscale: #555555. Windows color (decimal): -13082761 or 7823160. OLE color: 7823160.

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

Color convert

RGB5695119-
CMYK0.530.2000.53
HSL202.86º36%34.31%-
HSV(B)202.86º52.94%46.67%-
XYZ9.0510.3618.97-
YUV86.07146.58106.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=20.74%
G=35.19%
B=44.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56951190.530.2000.53202.863634.31
Hex385F773514035cb2422
Octal7013716765240653134442
Binary1110001011111111011111010110100011010111001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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