#326083

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

Shades of Matisse #326083

Tints of Matisse #326083

Color information

#326083 (or 0x326083) is unknown color: approx Matisse. HEX triplet: 32, 60 and 83. RGB value is (50,96,131). Sum of RGB (Red+Green+Blue) = 50+96+131=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #326083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326083 is #CD9F7C. Grayscale: #565656. Windows color (decimal): -13475709 or 8609842. OLE color: 8609842.

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

Color convert

RGB5096131-
CMYK0.620.2700.49
HSL205.93º44.75%35.49%-
HSV(B)205.93º61.83%51.37%-
XYZ9.5910.6823.03-
YUV86.24153.26102.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=18.05%
G=34.66%
B=47.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50961310.620.2700.49205.9344.7535.49
Hex3260833E1B031ce2d23
Octal6214020376330613165543
Binary11001011000001000001111111011011011000111001110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326083; }

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

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

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

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

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

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

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

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