#326382

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

Shades of Matisse #326382

Tints of Matisse #326382

Color information

#326382 (or 0x326382) is unknown color: approx Matisse. HEX triplet: 32, 63 and 82. RGB value is (50,99,130). Sum of RGB (Red+Green+Blue) = 50+99+130=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #326382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326382 is #CD9C7D. Grayscale: #575757. Windows color (decimal): -13474942 or 8545074. OLE color: 8545074.

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

Color convert

RGB5099130-
CMYK0.620.2400.49
HSL203.25º44.44%35.29%-
HSV(B)203.25º61.54%50.98%-
XYZ9.8111.2122.77-
YUV87.88151.77100.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=17.92%
G=35.48%
B=46.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50991300.620.2400.49203.2544.4435.29
Hex3263823E18031cb2c23
Octal6214320276300613135443
Binary11001011000111000001011111011000011000111001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326382; }

 p { color: rgb(50,99,130); }

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

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

 a { background-color: rgb(50,99,130); }

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

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

 span { border-color: rgb(50,99,130); }

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