#385373

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

Shades of Matisse #385373

Tints of Matisse #385373

Color information

#385373 (or 0x385373) is unknown color: approx Matisse. HEX triplet: 38, 53 and 73. RGB value is (56,83,115). Sum of RGB (Red+Green+Blue) = 56+83+115=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #385373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385373 is #C7AC8C. Grayscale: #4E4E4E. Windows color (decimal): -13085837 or 7557944. OLE color: 7557944.

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

Color convert

RGB5683115-
CMYK0.510.2800.55
HSL212.54º34.5%33.53%-
HSV(B)212.54º51.3%45.1%-
XYZ7.828.2717.4-
YUV78.58148.55111.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=22.05%
G=32.68%
B=45.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56831150.510.2800.55212.5434.533.53
Hex385373331C037d52322
Octal7012316363340673254342
Binary1110001010011111001111001111100011011111010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385373; }

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

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

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

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

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

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

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

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