#385473

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

Shades of Matisse #385473

Tints of Matisse #385473

Color information

#385473 (or 0x385473) is unknown color: approx Matisse. HEX triplet: 38, 54 and 73. RGB value is (56,84,115). Sum of RGB (Red+Green+Blue) = 56+84+115=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #385473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385473 is #C7AB8C. Grayscale: #4F4F4F. Windows color (decimal): -13085581 or 7558200. OLE color: 7558200.

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

Color convert

RGB5684115-
CMYK0.510.2700.55
HSL211.53º34.5%33.53%-
HSV(B)211.53º51.3%45.1%-
XYZ7.98.4217.43-
YUV79.16148.22111.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=21.96%
G=32.94%
B=45.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56841150.510.2700.55211.5334.533.53
Hex385473331B037d42322
Octal7012416363330673244342
Binary1110001010100111001111001111011011011111010100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385473; }

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

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

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

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

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

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

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

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