#32657F

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

Shades of Matisse #32657F

Tints of Matisse #32657F

Color information

#32657F (or 0x32657F) is unknown color: approx Matisse. HEX triplet: 32, 65 and 7F. RGB value is (50,101,127). Sum of RGB (Red+Green+Blue) = 50+101+127=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #32657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32657F is #CD9A80. Grayscale: #585858. Windows color (decimal): -13474433 or 8348978. OLE color: 8348978.

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

Color convert

RGB50101127-
CMYK0.610.2000.50
HSL200.26º43.5%34.71%-
HSV(B)200.26º60.63%49.8%-
XYZ9.811.5221.79-
YUV88.71149.6100.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 127 (50% from 255) = 45.68%
R=17.99%
G=36.33%
B=45.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501011270.610.2000.50200.2643.534.71
Hex32657F3D14032c82c23
Octal6214517775240623105443
Binary1100101100101111111111110110100011001011001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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