#326081

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

Shades of Matisse #326081

Tints of Matisse #326081

Color information

#326081 (or 0x326081) is unknown color: approx Matisse. HEX triplet: 32, 60 and 81. RGB value is (50,96,129). Sum of RGB (Red+Green+Blue) = 50+96+129=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #326081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326081 is #CD9F7E. Grayscale: #555555. Windows color (decimal): -13475711 or 8478770. OLE color: 8478770.

HSL color Cylindrical-coordinate representation of color #326081: hue angle of 205.06º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326081 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5096129-
CMYK0.610.2600.49
HSL205.06º44.13%35.1%-
HSV(B)205.06º61.24%50.59%-
XYZ9.4610.6322.32-
YUV86.01152.26102.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=18.18%
G=34.91%
B=46.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50961290.610.2600.49205.0644.1335.1
Hex3260813D1A031cd2c23
Octal6214020175320613155443
Binary11001011000001000000111110111010011000111001101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326081; }

 p { color: rgb(50,96,129); }

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

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

 a { background-color: rgb(50,96,129); }

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

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

 span { border-color: rgb(50,96,129); }

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