#326188

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

Shades of Matisse #326188

Tints of Matisse #326188

Color information

#326188 (or 0x326188) is unknown color: approx Matisse. HEX triplet: 32, 61 and 88. RGB value is (50,97,136). Sum of RGB (Red+Green+Blue) = 50+97+136=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #326188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326188 is #CD9E77. Grayscale: #575757. Windows color (decimal): -13475448 or 8937778. OLE color: 8937778.

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

Color convert

RGB5097136-
CMYK0.630.2900.47
HSL207.21º46.24%36.47%-
HSV(B)207.21º63.24%53.33%-
XYZ10.0311.0124.89-
YUV87.39155.43101.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=17.67%
G=34.28%
B=48.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50971360.630.2900.47207.2146.2436.47
Hex3261883F1D02Fcf2e24
Octal6214121077350573175644
Binary11001011000011000100011111111101010111111001111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326188; }

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

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

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

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

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

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

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

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