#326488

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

Shades of Matisse #326488

Tints of Matisse #326488

Color information

#326488 (or 0x326488) is unknown color: approx Matisse. HEX triplet: 32, 64 and 88. RGB value is (50,100,136). Sum of RGB (Red+Green+Blue) = 50+100+136=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #326488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326488 is #CD9B77. Grayscale: #585858. Windows color (decimal): -13474680 or 8938546. OLE color: 8938546.

HSL color Cylindrical-coordinate representation of color #326488: hue angle of 205.12º 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 #326488 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50100136-
CMYK0.630.2600.47
HSL205.12º46.24%36.47%-
HSV(B)205.12º63.24%53.33%-
XYZ10.3211.5724.98-
YUV89.15154.44100.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=17.48%
G=34.97%
B=47.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501001360.630.2600.47205.1246.2436.47
Hex3264883F1A02Fcd2e24
Octal6214421077320573155644
Binary11001011001001000100011111111010010111111001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326488; }

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

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

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

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

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

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

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

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