#385774

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

Shades of Matisse #385774

Tints of Matisse #385774

Color information

#385774 (or 0x385774) is unknown color: approx Matisse. HEX triplet: 38, 57 and 74. RGB value is (56,87,116). Sum of RGB (Red+Green+Blue) = 56+87+116=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #385774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385774 is #C7A88B. Grayscale: #505050. Windows color (decimal): -13084812 or 7624504. OLE color: 7624504.

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

Color convert

RGB5687116-
CMYK0.520.2500.55
HSL209º34.88%33.73%-
HSV(B)209º51.72%45.49%-
XYZ8.198.9217.81-
YUV81.04147.73110.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=21.62%
G=33.59%
B=44.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56871160.520.2500.5520934.8833.73
Hex3857743419037d12322
Octal7012716464310673214342
Binary1110001010111111010011010011001011011111010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385774; }

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

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

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

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

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

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

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

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