#385673

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

Shades of Matisse #385673

Tints of Matisse #385673

Color information

#385673 (or 0x385673) is unknown color: approx Matisse. HEX triplet: 38, 56 and 73. RGB value is (56,86,115). Sum of RGB (Red+Green+Blue) = 56+86+115=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #385673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385673 is #C7A98C. Grayscale: #505050. Windows color (decimal): -13085069 or 7558712. OLE color: 7558712.

HSL color Cylindrical-coordinate representation of color #385673: hue angle of 209.49º 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 #385673 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5686115-
CMYK0.510.2500.55
HSL209.49º34.5%33.53%-
HSV(B)209.49º51.3%45.1%-
XYZ8.058.7317.48-
YUV80.34147.56110.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=21.79%
G=33.46%
B=44.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56861150.510.2500.55209.4934.533.53
Hex3856733319037d12322
Octal7012616363310673214342
Binary1110001010110111001111001111001011011111010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385673; }

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

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

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

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

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

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

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

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