#32597C

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

Shades of Matisse #32597C

Tints of Matisse #32597C

Color information

#32597C (or 0x32597C) is unknown color: approx Matisse. HEX triplet: 32, 59 and 7C. RGB value is (50,89,124). Sum of RGB (Red+Green+Blue) = 50+89+124=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #32597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32597C is #CDA683. Grayscale: #515151. Windows color (decimal): -13477508 or 8149298. OLE color: 8149298.

HSL color Cylindrical-coordinate representation of color #32597C: hue angle of 208.38º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32597C is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5089124-
CMYK0.600.2800.51
HSL208.38º42.53%34.12%-
HSV(B)208.38º59.68%48.63%-
XYZ8.539.2820.41-
YUV81.33152.08105.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=19.01%
G=33.84%
B=47.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50891240.600.2800.51208.3842.5334.12
Hex32597C3C1C033d02b22
Octal6213117474340633205342
Binary1100101011001111110011110011100011001111010000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32597C; }

 p { color: rgb(50,89,124); }

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

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

 a { background-color: rgb(50,89,124); }

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

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

 span { border-color: rgb(50,89,124); }

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