#385773

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

Shades of Matisse #385773

Tints of Matisse #385773

Color information

#385773 (or 0x385773) is unknown color: approx Matisse. HEX triplet: 38, 57 and 73. RGB value is (56,87,115). Sum of RGB (Red+Green+Blue) = 56+87+115=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #385773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385773 is #C7A88C. Grayscale: #505050. Windows color (decimal): -13084813 or 7558968. OLE color: 7558968.

HSL color Cylindrical-coordinate representation of color #385773: hue angle of 208.47º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385773 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5687115-
CMYK0.510.2400.55
HSL208.47º34.5%33.53%-
HSV(B)208.47º51.3%45.1%-
XYZ8.138.8917.51-
YUV80.92147.23110.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=21.71%
G=33.72%
B=44.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56871150.510.2400.55208.4734.533.53
Hex3857733318037d02322
Octal7012716363300673204342
Binary1110001010111111001111001111000011011111010000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385773; }

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

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

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

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

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

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

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

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