#326387

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

Shades of Matisse #326387

Tints of Matisse #326387

Color information

#326387 (or 0x326387) is unknown color: approx Matisse. HEX triplet: 32, 63 and 87. RGB value is (50,99,135). Sum of RGB (Red+Green+Blue) = 50+99+135=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #326387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326387 is #CD9C78. Grayscale: #585858. Windows color (decimal): -13474937 or 8872754. OLE color: 8872754.

HSL color Cylindrical-coordinate representation of color #326387: hue angle of 205.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326387 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5099135-
CMYK0.630.2700.47
HSL205.41º45.95%36.27%-
HSV(B)205.41º62.96%52.94%-
XYZ10.1511.3524.58-
YUV88.45154.27100.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=17.61%
G=34.86%
B=47.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50991350.630.2700.47205.4145.9536.27
Hex3263873F1B02Fcd2e24
Octal6214320777330573155644
Binary11001011000111000011111111111011010111111001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326387; }

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

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

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

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

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

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

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

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