#32617F

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

Shades of Matisse #32617F

Tints of Matisse #32617F

Color information

#32617F (or 0x32617F) is unknown color: approx Matisse. HEX triplet: 32, 61 and 7F. RGB value is (50,97,127). Sum of RGB (Red+Green+Blue) = 50+97+127=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #32617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32617F is #CD9E80. Grayscale: #565656. Windows color (decimal): -13475457 or 8347954. OLE color: 8347954.

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

Color convert

RGB5097127-
CMYK0.610.2400.50
HSL203.38º43.5%34.71%-
HSV(B)203.38º60.63%49.8%-
XYZ9.4210.7621.66-
YUV86.37150.93102.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 127 (50% from 255) = 46.35%
R=18.25%
G=35.40%
B=46.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50971270.610.2400.50203.3843.534.71
Hex32617F3D18032cb2c23
Octal6214117775300623135443
Binary1100101100001111111111110111000011001011001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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