#326281

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

Shades of Matisse #326281

Tints of Matisse #326281

Color information

#326281 (or 0x326281) is unknown color: approx Matisse. HEX triplet: 32, 62 and 81. RGB value is (50,98,129). Sum of RGB (Red+Green+Blue) = 50+98+129=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #326281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326281 is #CD9D7E. Grayscale: #575757. Windows color (decimal): -13475199 or 8479282. OLE color: 8479282.

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

Color convert

RGB5098129-
CMYK0.610.2400.49
HSL203.54º44.13%35.1%-
HSV(B)203.54º61.24%50.59%-
XYZ9.651122.38-
YUV87.18151.6101.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=18.05%
G=35.38%
B=46.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50981290.610.2400.49203.5444.1335.1
Hex3262813D18031cc2c23
Octal6214220175300613145443
Binary11001011000101000000111110111000011000111001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326281; }

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

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

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

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

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

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

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

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