#32587F

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

Shades of Matisse #32587F

Tints of Matisse #32587F

Color information

#32587F (or 0x32587F) is unknown color: approx Matisse. HEX triplet: 32, 58 and 7F. RGB value is (50,88,127). Sum of RGB (Red+Green+Blue) = 50+88+127=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #32587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32587F is #CDA780. Grayscale: #505050. Windows color (decimal): -13477761 or 8345650. OLE color: 8345650.

HSL color Cylindrical-coordinate representation of color #32587F: hue angle of 210.39º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32587F is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5088127-
CMYK0.610.3100.50
HSL210.39º43.5%34.71%-
HSV(B)210.39º60.63%49.8%-
XYZ8.649.1921.4-
YUV81.08153.91105.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 127 (50% from 255) = 47.92%
R=18.87%
G=33.21%
B=47.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50881270.610.3100.50210.3943.534.71
Hex32587F3D1F032d22c23
Octal6213017775370623225443
Binary1100101011000111111111110111111011001011010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32587F; }

 p { color: rgb(50,88,127); }

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

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

 a { background-color: rgb(50,88,127); }

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

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

 span { border-color: rgb(50,88,127); }

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