#326484

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

Shades of Matisse #326484

Tints of Matisse #326484

Color information

#326484 (or 0x326484) is unknown color: approx Matisse. HEX triplet: 32, 64 and 84. RGB value is (50,100,132). Sum of RGB (Red+Green+Blue) = 50+100+132=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #326484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326484 is #CD9B7B. Grayscale: #585858. Windows color (decimal): -13474684 or 8676402. OLE color: 8676402.

HSL color Cylindrical-coordinate representation of color #326484: hue angle of 203.41º 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 #326484 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB50100132-
CMYK0.620.2400.48
HSL203.41º45.05%35.69%-
HSV(B)203.41º62.12%51.76%-
XYZ10.0411.4623.51-
YUV88.7152.44100.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=17.73%
G=35.46%
B=46.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501001320.620.2400.48203.4145.0535.69
Hex3264843E18030cb2d24
Octal6214420476300603135544
Binary11001011001001000010011111011000011000011001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326484; }

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

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

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

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

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

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

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

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