#326384

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

Shades of Matisse #326384

Tints of Matisse #326384

Color information

#326384 (or 0x326384) is unknown color: approx Matisse. HEX triplet: 32, 63 and 84. RGB value is (50,99,132). Sum of RGB (Red+Green+Blue) = 50+99+132=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #326384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326384 is #CD9C7B. Grayscale: #575757. Windows color (decimal): -13474940 or 8676146. OLE color: 8676146.

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

Color convert

RGB5099132-
CMYK0.620.2500.48
HSL204.15º45.05%35.69%-
HSV(B)204.15º62.12%51.76%-
XYZ9.9411.2723.48-
YUV88.11152.77100.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=17.79%
G=35.23%
B=46.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50991320.620.2500.48204.1545.0535.69
Hex3263843E19030cc2d24
Octal6214320476310603145544
Binary11001011000111000010011111011001011000011001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326384; }

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

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

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

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

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

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

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

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